summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
Diffstat (limited to 'libvo')
-rw-r--r--libvo/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libvo/Makefile b/libvo/Makefile
index 6851f83fab..72df517f5d 100644
--- a/libvo/Makefile
+++ b/libvo/Makefile
@@ -1,5 +1,5 @@
-include config.mak
+include ../config.mak
LIBNAME = libvo.a
@@ -14,7 +14,7 @@ SRCS=aclib.c \
vo_mpegpes.c \
vo_null.c \
vo_yuv4mpeg.c \
- $(OPTIONAL_SRCS) \
+ $(VO_SRCS) \
LIBAV_INC =
ifeq ($(CONFIG_LIBAVUTIL),yes)