summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7bec636b85..21ceabddf2 100644
--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,6 @@ SRCS_MENCODER = mencoder.c \
divx4_vbr.c \
libvo/aclib.c \
libvo/font_load.c \
- libvo/font_load_ft.c \
libvo/osd.c \
libvo/sub.c \
parser-mecmd.c \
@@ -61,6 +60,10 @@ ifeq ($(UNRARLIB),yes)
SRCS_COMMON += unrarlib.c
endif
+ifeq ($(FREETYPE),yes)
+SRCS_MENCODER += font_load_ft.c
+endif
+
OBJS_MENCODER = $(SRCS_MENCODER:.c=.o)
OBJS_MPLAYER = $(SRCS_MPLAYER:.c=.o)