summaryrefslogtreecommitdiffstats
path: root/libvo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/Makefile')
-rw-r--r--libvo/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libvo/Makefile b/libvo/Makefile
index d6549593f9..d5406846e1 100644
--- a/libvo/Makefile
+++ b/libvo/Makefile
@@ -25,9 +25,9 @@ SRCS2 = aclib.c \
SRCS2-$(BITMAP_FONT) += font_load.c
SRCS2-$(FREETYPE) += font_load_ft.c
-LIBAV_INC-$(CONFIG_LIBAVUTIL) += -I../libavutil
+CFLAGS-$(CONFIG_LIBAVUTIL) += -I../libavutil
-CFLAGS = -I../osdep $(LIBAV_INC)
+CFLAGS = -I../osdep
include ../mpcommon.mak