[MPlayer-cvslog] r37957 - trunk/configure
al
subversion at mplayerhq.hu
Sun Sep 10 20:27:46 EEST 2017
Author: al
Date: Sun Sep 10 20:27:45 2017
New Revision: 37957
Log:
configure: Support to statically link against FreeType library
Patch-by: KO Myung-Hun >komh78 gmail<
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Sat Sep 9 23:44:27 2017 (r37956)
+++ trunk/configure Sun Sep 10 20:27:45 2017 (r37957)
@@ -6330,6 +6330,7 @@ if test "$_iconv" = no ; then
fi
if test "$_freetype" = auto ; then
+ test -n "$ld_static" && _freetypeconfig="$_freetypeconfig --static"
if ( $_freetypeconfig --version ) >/dev/null 2>&1 ; then
cat > $TMPC << EOF
#include <stdio.h>
More information about the MPlayer-cvslog
mailing list