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