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

diego subversion
Thu Aug 17 11:55:37 CEST 2006


Author: diego
Date: Thu Aug 17 11:55:37 2006
New Revision: 6009

Modified:
   trunk/libpostproc/Makefile

Log:
Remove duplicate -I option.


Modified: trunk/libpostproc/Makefile
==============================================================================
--- trunk/libpostproc/Makefile	(original)
+++ trunk/libpostproc/Makefile	Thu Aug 17 11:55:37 2006
@@ -22,6 +22,6 @@
 
 ifeq ($(BUILD_SHARED),yes)
 postprocess_pic.o: postprocess.c
-	$(CC) -c $(CFLAGS) -fomit-frame-pointer -fPIC -DPIC -I.. -I../.. -o $@ $<
+	$(CC) -c $(CFLAGS) -fomit-frame-pointer -fPIC -DPIC -o $@ $<
 endif
 




More information about the ffmpeg-cvslog mailing list