[MPlayer-dev-eng] [PATCH] configure: allow to link to a static lib of FreeType

Alexander Strasser eclipse7 at gmx.net
Sun Sep 10 20:32:15 EEST 2017


Hi!

On 2017-09-08 08:13 +0200, Reimar Döffinger wrote:
> Not that familiar with configure, but this looks fine to me.

Looks fine to me as well.

Finally reviewed, tested and *committed*.


  Alexander

> On 09.08.2017, at 04:06, KO Myung-Hun <komh78 at gmail.com> wrote:
> 
> > ---
> > configure | 1 +
> > 1 file changed, 1 insertion(+)
> > 
> > diff --git a/configure b/configure
> > index 1db109488..6223cd1ea 100755
> > --- a/configure
> > +++ b/configure
> > @@ -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-dev-eng mailing list