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:
parent
4054e2452f
commit
eaa6d7b683
1 changed files with 3 additions and 0 deletions
3
Makefile
3
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue