[Ffmpeg-cvslog] r6406 - trunk/Makefile

diego subversion
Sun Oct 1 18:33:31 CEST 2006


Author: diego
Date: Sun Oct  1 18:33:31 2006
New Revision: 6406

Modified:
   trunk/Makefile

Log:
make depend should recurse into libswscale as well.


Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	(original)
+++ trunk/Makefile	Sun Oct  1 18:33:31 2006
@@ -208,6 +208,9 @@
 ifeq ($(CONFIG_PP),yes)
 	$(MAKE) -C libpostproc depend
 endif
+ifeq ($(CONFIG_SWSCALER),yes)
+	$(MAKE) -C libswscale  depend
+endif
 ifeq ($(BUILD_VHOOK),yes)
 	$(MAKE) -C vhook       depend
 endif




More information about the ffmpeg-cvslog mailing list