summaryrefslogtreecommitdiffstats
path: root/libvo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/Makefile')
-rw-r--r--libvo/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/libvo/Makefile b/libvo/Makefile
index 6e7560e699..6851f83fab 100644
--- a/libvo/Makefile
+++ b/libvo/Makefile
@@ -6,7 +6,6 @@ LIBNAME = libvo.a
SRCS=aclib.c \
aspect.c \
font_load.c \
- font_load_ft.c \
geometry.c \
osd.c \
spuenc.c \
@@ -25,6 +24,10 @@ endif
OBJS_TEMP=$(basename $(SRCS))
OBJS=$(OBJS_TEMP:%=%.o)
+ifeq ($(FREETYPE),yes)
+SRCS += font_load_ft.c
+endif
+
ifeq ($(VIDIX),yes)
SRCS += vosub_vidix.c
endif