[MPlayer-dev-eng] [PATCH] compilation of libvo/font_load.o broken

Erik Auerswald auerswal at unix-ag.uni-kl.de
Tue Aug 22 06:16:25 CEST 2006


Hi,

since svn revision 19491 the file libvo/font_config.c will never be
compiled because of a trailing space in configure. The attached patch
fixes this.

Erik
-------------- next part --------------
Index: configure
===================================================================
--- configure	(revision 19491)
+++ configure	(working copy)
@@ -7407,7 +7407,7 @@
 DIRECTFB_LIB = $_ld_directfb
 CDDA = $_cdda
 CDPARANOIA_LIB = $_ld_cdparanoia
-BITMAP_FONT = $_bitmap_font 
+BITMAP_FONT = $_bitmap_font
 FREETYPE = $_freetype
 FREETYPE_LIB = $_ld_freetype
 FONTCONFIG_LIB = $_ld_fontconfig


More information about the MPlayer-dev-eng mailing list