forked from FFmpeg/FFmpeg
'make depend' should recurse into libavutil as well.
Originally committed as revision 5444 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
42225a3058
commit
ea0f0681a6
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -191,6 +191,7 @@ uninstall-headers:
|
|||
dep: depend
|
||||
|
||||
depend: .depend
|
||||
$(MAKE) -C libavutil depend
|
||||
$(MAKE) -C libavcodec depend
|
||||
$(MAKE) -C libavformat depend
|
||||
ifeq ($(BUILD_VHOOK),yes)
|
||||
|
|
Loading…
Add table
Reference in a new issue