summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2aed1da1b4..94b8dc2b82 100644
--- a/Makefile
+++ b/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)