summaryrefslogtreecommitdiffstats
path: root/libaf
diff options
context:
space:
mode:
Diffstat (limited to 'libaf')
-rw-r--r--libaf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libaf/Makefile b/libaf/Makefile
index a1e20f26d7..3d6213e0da 100644
--- a/libaf/Makefile
+++ b/libaf/Makefile
@@ -1,4 +1,4 @@
-include config.mak
+include ../config.mak
LIBNAME = libaf.a
@@ -27,7 +27,7 @@ SRCS=af.c \
filter.c \
format.c \
window.c \
- $(OPTIONAL_SRCS) \
+ $(AF_SRCS) \
LIBAV_INC =
ifeq ($(CONFIG_LIBAVUTIL),yes)