Commit ae686489 authored by diego's avatar diego

make depend should recurse into libswscale as well.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6406 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d408fc1c
...@@ -208,6 +208,9 @@ depend: .depend ...@@ -208,6 +208,9 @@ depend: .depend
ifeq ($(CONFIG_PP),yes) ifeq ($(CONFIG_PP),yes)
$(MAKE) -C libpostproc depend $(MAKE) -C libpostproc depend
endif endif
ifeq ($(CONFIG_SWSCALER),yes)
$(MAKE) -C libswscale depend
endif
ifeq ($(BUILD_VHOOK),yes) ifeq ($(BUILD_VHOOK),yes)
$(MAKE) -C vhook depend $(MAKE) -C vhook depend
endif 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