summaryrefslogtreecommitdiff
path: root/libavfilter
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter')
-rw-r--r--libavfilter/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index 923f91c696..2357aeea44 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -1,4 +1,4 @@
-include ../config.mak
+include $(SUBDIR)../config.mak
NAME = avfilter
FFLIBS = avcodec avutil
@@ -14,4 +14,4 @@ OBJS = allfilters.o \
HEADERS = avfilter.h
-include ../common.mak
+include $(SUBDIR)../subdir.mak