Commit eaa6d7b6 authored by Diego Biurrun's avatar Diego Biurrun

make depend should recurse into libswscale as well.

Originally committed as revision 6406 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 4054e245
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment