diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-07-05 14:09:37 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-07-05 14:09:37 +0000 |
commit | 6e03fa50943874e9d96aa6ea7ad0aad6874144ea (patch) | |
tree | 14830dbe673df3716cd265a3fdfb035c54177ee4 /libpostproc | |
parent | 045bb9194ec181917f4b75939d47cd0e3a66b386 (diff) | |
download | ffmpeg-6e03fa50943874e9d96aa6ea7ad0aad6874144ea.tar.gz |
Remove erroneous -I../.. flag that points outside of the src directory.
Originally committed as revision 5621 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libpostproc')
-rw-r--r-- | libpostproc/Makefile | 2 |
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 |