diff options
author | uau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-07-04 09:37:54 +0000 |
---|---|---|
committer | uau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-07-04 09:37:54 +0000 |
commit | f1b93202b0c6ce92afbf9c1ea1ed45eb05c29430 (patch) | |
tree | 1469d0c889a62378a1a1429dd8a01fb8b9963a7b /Makefile | |
parent | d242c0405966be6c12b2faf7451fe360d937c9b9 (diff) | |
download | mpv-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |