1
mirror of https://github.com/mpv-player/mpv synced 2024-09-05 02:48:21 +02:00

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
This commit is contained in:
uau 2006-07-04 09:37:54 +00:00
parent d242c04059
commit f1b93202b0

View File

@ -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)