[MPlayer-dev-eng] [PATCH] fix mencoder build with freetype

Erik Auerswald auerswal at unix-ag.uni-kl.de
Tue Jul 4 11:09:36 CEST 2006


Hi,

the attached patch reenables building mencoder with freetype.

Erik
-- 
Memory, of course, is never true.
                        -- Ernest Hemingway
-------------- next part --------------
Index: Makefile
===================================================================
--- Makefile	(revision 18896)
+++ Makefile	(working copy)
@@ -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-dev-eng mailing list