[MPlayer-cvslog] r18900 - trunk/Makefile
uau
subversion at mplayerhq.hu
Tue Jul 4 11:37:54 CEST 2006
Author: uau
Date: Tue Jul 4 11:37:54 2006
New Revision: 18900
Modified:
trunk/Makefile
Log:
Add back the path part in 'libvo/font_load_ft.c' that was accidentally
dropped when moving it in r18892.
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Tue Jul 4 11:37:54 2006
@@ -61,7 +61,7 @@
endif
ifeq ($(FREETYPE),yes)
-SRCS_MENCODER += font_load_ft.c
+SRCS_MENCODER += libvo/font_load_ft.c
endif
OBJS_MENCODER = $(SRCS_MENCODER:.c=.o)
More information about the MPlayer-cvslog
mailing list