summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authoruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-04 09:37:54 +0000
committeruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-04 09:37:54 +0000
commitf1b93202b0c6ce92afbf9c1ea1ed45eb05c29430 (patch)
tree1469d0c889a62378a1a1429dd8a01fb8b9963a7b /Makefile
parentd242c0405966be6c12b2faf7451fe360d937c9b9 (diff)
downloadmpv-f1b93202b0c6ce92afbf9c1ea1ed45eb05c29430.tar.bz2
mpv-f1b93202b0c6ce92afbf9c1ea1ed45eb05c29430.tar.xz
Add back the path part in 'libvo/font_load_ft.c' that was accidentally
dropped when moving it in r18892. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18900 b3059339-0415-0410-9bf9-f77b7e298cf2
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)