summaryrefslogtreecommitdiffstats
path: root/libvo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/Makefile')
-rw-r--r--libvo/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/libvo/Makefile b/libvo/Makefile
index 53ebebb3ed..19b1c4dade 100644
--- a/libvo/Makefile
+++ b/libvo/Makefile
@@ -17,6 +17,11 @@ SRCS=aclib.c \
vo_yuv4mpeg.c \
$(OPTIONAL_SRCS) \
+LIBAV_INC =
+ifeq ($(CONFIG_LIBAVUTIL),yes)
+LIBAV_INC += -I../libavutil
+endif
+
OBJS_TEMP=$(basename $(SRCS))
OBJS=$(OBJS_TEMP:%=%.o)
@@ -25,6 +30,7 @@ SRCS += vosub_vidix.c
endif
CFLAGS = $(OPTFLAGS) -I. -I.. -I../osdep \
+ $(LIBAV_INC) \
$(FREETYPE_INC) \
$(SDL_INC) \
$(X11_INC) \