1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-26 19:01:44 +02:00

make depend should recurse into libswscale as well.

Originally committed as revision 6406 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2006-10-01 16:33:31 +00:00
parent 4054e2452f
commit eaa6d7b683

View File

@ -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