You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	Always use -L flags for all subdirs
Originally committed as revision 18295 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		| @@ -63,7 +63,7 @@ FFLIBS    := $(FFLIBS-yes) $(FFLIBS) | ||||
| TESTPROGS += $(TESTPROGS-yes) | ||||
|  | ||||
| FFEXTRALIBS := $(addprefix -l,$(addsuffix $(BUILDSUF),$(FFLIBS))) $(EXTRALIBS) | ||||
| FFLDFLAGS   := $(addprefix -L$(BUILD_ROOT)/lib,$(FFLIBS)) $(LDFLAGS) | ||||
| FFLDFLAGS   := $(addprefix -L$(BUILD_ROOT)/lib,$(ALLFFLIBS)) $(LDFLAGS) | ||||
|  | ||||
| EXAMPLES  := $(addprefix $(SUBDIR),$(addsuffix -example$(EXESUF),$(EXAMPLES))) | ||||
| OBJS      := $(addprefix $(SUBDIR),$(OBJS)) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user