Remove erroneous -I../.. flag that points outside of the src directory.
authorDiego Biurrun <diego@biurrun.de>
Wed, 5 Jul 2006 14:09:37 +0000 (14:09 +0000)
committerDiego Biurrun <diego@biurrun.de>
Wed, 5 Jul 2006 14:09:37 +0000 (14:09 +0000)
Originally committed as revision 5621 to svn://svn.ffmpeg.org/ffmpeg/trunk

libpostproc/Makefile

index 29563ae..60319ba 100644 (file)
@@ -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