summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-07-05 14:09:37 +0000
committerDiego Biurrun <diego@biurrun.de>2006-07-05 14:09:37 +0000
commit6e03fa50943874e9d96aa6ea7ad0aad6874144ea (patch)
tree14830dbe673df3716cd265a3fdfb035c54177ee4
parent045bb9194ec181917f4b75939d47cd0e3a66b386 (diff)
Remove erroneous -I../.. flag that points outside of the src directory.
Originally committed as revision 5621 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--libpostproc/Makefile2
1 files changed, 1 insertions, 1 deletions
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