From 9b3cdc2ece9b15660a71e6078373bd60765238e6 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 9 May 2008 12:12:13 +0000 Subject: Remove -I flags pointing to local paths, they are no longer necessary. Originally committed as revision 13100 to svn://svn.ffmpeg.org/ffmpeg/trunk --- common.mak | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'common.mak') diff --git a/common.mak b/common.mak index 58ff839bdc..88a816efed 100644 --- a/common.mak +++ b/common.mak @@ -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 $@ $< -- cgit v1.2.3