diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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) |