Commit ea0f0681 authored by Diego Biurrun's avatar Diego Biurrun

'make depend' should recurse into libavutil as well.

Originally committed as revision 5444 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 42225a30
...@@ -191,6 +191,7 @@ uninstall-headers: ...@@ -191,6 +191,7 @@ uninstall-headers:
dep: depend dep: depend
depend: .depend depend: .depend
$(MAKE) -C libavutil depend
$(MAKE) -C libavcodec depend $(MAKE) -C libavcodec depend
$(MAKE) -C libavformat depend $(MAKE) -C libavformat depend
ifeq ($(BUILD_VHOOK),yes) ifeq ($(BUILD_VHOOK),yes)
......
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