summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 21ceabddf2..2b5710b2f2 100644
--- a/Makefile
+++ b/Makefile
@@ -61,7 +61,7 @@ SRCS_COMMON += unrarlib.c
endif
ifeq ($(FREETYPE),yes)
-SRCS_MENCODER += font_load_ft.c
+SRCS_MENCODER += libvo/font_load_ft.c
endif
OBJS_MENCODER = $(SRCS_MENCODER:.c=.o)