You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	Move ECFLAGS so it doesn't get added multiple times
Originally committed as revision 21520 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		| @@ -20,6 +20,7 @@ endif | ||||
| ALLFFLIBS = avcodec avdevice avfilter avformat avutil postproc swscale | ||||
|  | ||||
| CPPFLAGS := -DHAVE_AV_CONFIG_H -I$(BUILD_ROOT_REL) -I$(SRC_PATH) $(CPPFLAGS) | ||||
| CFLAGS   += $(ECFLAGS) | ||||
|  | ||||
| %.o: %.c | ||||
| 	$(CCDEP) | ||||
| @@ -54,7 +55,7 @@ endif | ||||
|  | ||||
| OBJS-$(HAVE_MMX) +=  $(MMX-OBJS-yes) | ||||
|  | ||||
| CFLAGS    += $(CFLAGS-yes) $(ECFLAGS) | ||||
| CFLAGS    += $(CFLAGS-yes) | ||||
| OBJS      += $(OBJS-yes) | ||||
| FFLIBS    := $(FFLIBS-yes) $(FFLIBS) | ||||
| TESTPROGS += $(TESTPROGS-yes) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user