You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	Remove -I flags pointing to local paths, they are no longer necessary.
Originally committed as revision 13100 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		| @@ -12,8 +12,7 @@ vpath %.S $(SRC_DIR) | ||||
| ALLFFLIBS = avcodec avdevice avfilter avformat avutil postproc swscale | ||||
|  | ||||
| CFLAGS = -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE \ | ||||
|          -D_ISOC9X_SOURCE -I$(BUILD_ROOT) -I$(SRC_PATH) \ | ||||
|          $(addprefix -I$(SRC_PATH)/lib,$(ALLFFLIBS)) $(OPTFLAGS) | ||||
|          -D_ISOC9X_SOURCE -I$(BUILD_ROOT) -I$(SRC_PATH) $(OPTFLAGS) | ||||
|  | ||||
| %.o: %.c | ||||
| 	$(CC) $(CFLAGS) $(LIBOBJFLAGS) -c -o $@ $< | ||||
|   | ||||
		Reference in New Issue
	
	Block a user