summaryrefslogtreecommitdiffstats
path: root/libvo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/Makefile')
-rw-r--r--libvo/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/libvo/Makefile b/libvo/Makefile
index ecb4203c99..6e7560e699 100644
--- a/libvo/Makefile
+++ b/libvo/Makefile
@@ -29,6 +29,10 @@ ifeq ($(VIDIX),yes)
SRCS += vosub_vidix.c
endif
+ifeq ($(EXTERNAL_VIDIX),yes)
+SRCS += vosub_vidix.c
+endif
+
CFLAGS = $(OPTFLAGS) -I. -I.. -I../osdep \
$(LIBAV_INC) \
$(FREETYPE_INC) \