summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index dfa69aa24c..0b9a257ed8 100644
--- a/Makefile
+++ b/Makefile
@@ -204,6 +204,9 @@ depend: .depend
$(MAKE) -C libavutil depend
$(MAKE) -C libavcodec depend
$(MAKE) -C libavformat depend
+ifeq ($(CONFIG_PP),yes)
+ $(MAKE) -C libpostproc depend
+endif
ifeq ($(BUILD_VHOOK),yes)
$(MAKE) -C vhook depend
endif