[MPlayer-cvslog] r20532 - trunk/configure

reimar subversion at mplayerhq.hu
Mon Oct 30 19:48:32 CET 2006


Author: reimar
Date: Mon Oct 30 19:48:31 2006
New Revision: 20532

Modified:
   trunk/configure

Log:
Also detect static fontconfig when pkg-config is not installed
(-lexpat -lfreetype is needed in this case). Tested on MinGW.


Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Mon Oct 30 19:48:31 2006
@@ -5426,6 +5426,8 @@
   _fontconfig=yes
   if cc_check -lfontconfig ; then
     _ld_fontconfig="-lfontconfig"
+  elif cc_check -lfontconfig -lexpat -lfreetype ; then
+    _ld_fontconfig="-lfontconfig -lexpat -lfreetype"
   elif cc_check `pkg-config --silence-errors --cflags --libs fontconfig` ; then
     _inc_extra="$_inc_extra `pkg-config --cflags fontconfig`"
     _ld_fontconfig=`pkg-config --libs fontconfig`



More information about the MPlayer-cvslog mailing list