[MPlayer-dev-eng] Fontconfig support for mplayer

Arwed von Merkatz v.merkatz at gmx.net
Fri Apr 18 18:13:48 CEST 2003


Small addition to my patch, configure should only check for fontconfig
if freetype was found/enabled.

-- 
Arwed v. Merkatz
Grimoire Guru for video
Sourcemage GNU/Linux
http://www.sourcemage.org
-------------- next part --------------
--- configure~	2003-04-18 16:11:18.000000000 +0200
+++ configure	2003-04-18 18:10:53.000000000 +0200
@@ -3874,6 +3874,9 @@
 fi
 echores "$_freetype"
 
+if test "$_freetype" = no ; then
+    _fontconfig = no
+fi
 echocheck "fontconfig"
 if test "$_fontconfig" = auto ; then
     if ( pkg-config fontconfig --modversion) > /dev/null 2>&1 ; then
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20030418/1f0ef6f2/attachment.pgp>


More information about the MPlayer-dev-eng mailing list