From 5c8dfdb45e4a462b7d98d9fe7750679b134927ca Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 17 Aug 2006 09:55:37 +0000 Subject: [PATCH] Remove duplicate -I option. Originally committed as revision 6009 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libpostproc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libpostproc/Makefile b/libpostproc/Makefile index 9e94aa04026..41673b61497 100644 --- a/libpostproc/Makefile +++ b/libpostproc/Makefile @@ -22,6 +22,6 @@ include $(SRC_PATH)/common.mak ifeq ($(BUILD_SHARED),yes) postprocess_pic.o: postprocess.c - $(CC) -c $(CFLAGS) -fomit-frame-pointer -fPIC -DPIC -I.. -I../.. -o $@ $< + $(CC) -c $(CFLAGS) -fomit-frame-pointer -fPIC -DPIC -o $@ $< endif -- 2.39.2