make depend should recurse into libswscale as well.
authorDiego Biurrun <diego@biurrun.de>
Sun, 1 Oct 2006 16:33:31 +0000 (16:33 +0000)
committerDiego Biurrun <diego@biurrun.de>
Sun, 1 Oct 2006 16:33:31 +0000 (16:33 +0000)
Originally committed as revision 6406 to svn://svn.ffmpeg.org/ffmpeg/trunk

Makefile

index 84c0c1a..bc8bd33 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -208,6 +208,9 @@ depend: .depend
 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