[Ffmpeg-cvslog] r5621 - trunk/libpostproc/Makefile

diego subversion
Wed Jul 5 16:09:37 CEST 2006


Author: diego
Date: Wed Jul  5 16:09:37 2006
New Revision: 5621

Modified:
   trunk/libpostproc/Makefile

Log:
Remove erroneous -I../.. flag that points outside of the src directory.


Modified: trunk/libpostproc/Makefile
==============================================================================
--- trunk/libpostproc/Makefile	(original)
+++ trunk/libpostproc/Makefile	Wed Jul  5 16:09:37 2006
@@ -15,7 +15,7 @@
 
 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




More information about the ffmpeg-cvslog mailing list