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

diego subversion
Sun Oct 29 17:53:30 CET 2006


Author: diego
Date: Sun Oct 29 17:53:30 2006
New Revision: 6835

Modified:
   trunk/libpostproc/Makefile

Log:
Fix dependencies for 'make dep'.


Modified: trunk/libpostproc/Makefile
==============================================================================
--- trunk/libpostproc/Makefile	(original)
+++ trunk/libpostproc/Makefile	Sun Oct 29 17:53:30 2006
@@ -19,7 +19,7 @@
 
 include $(SRC_PATH)/common.mak
 
-depend: postprocess.c
+depend dep: postprocess.c
 
 postprocess_pic.o: postprocess.c
 	$(CC) -c $(CFLAGS) -fomit-frame-pointer -fPIC -DPIC -o $@ $<




More information about the ffmpeg-cvslog mailing list