From 6e03fa50943874e9d96aa6ea7ad0aad6874144ea Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 5 Jul 2006 14:09:37 +0000 Subject: [PATCH] Remove erroneous -I../.. flag that points outside of the src directory. Originally committed as revision 5621 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 29563aee4a..60319bad89 100644 --- a/libpostproc/Makefile +++ b/libpostproc/Makefile @@ -15,7 +15,7 @@ SHARED_OBJS=postprocess_pic.o HEADERS = postprocess.h -CFLAGS = $(OPTFLAGS) $(MLIB_INC) -I. -I.. -I$(SRC_PATH)/libavcodec -I../.. $(EXTRA_INC) +CFLAGS = $(OPTFLAGS) $(MLIB_INC) -I. -I.. -I$(SRC_PATH)/libavcodec $(EXTRA_INC) # -I/usr/X11R6/include/ include $(SRC_PATH)/common.mak