From e8f5c06e76c47113cee16fc2a1fede24e5c3facf Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 21 Aug 2006 23:19:11 +0000 Subject: support for disabling/enabling bitmap font support from configure git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19491 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'libvo') 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 -- cgit v1.2.3