[MPlayer-cvslog] r34396 - trunk/configure

Reimar Döffinger Reimar.Doeffinger at gmx.de
Mon Dec 5 19:53:18 CET 2011


On Mon, Dec 05, 2011 at 12:38:16PM +0100, diego wrote:
>  echocheck "SSA/ASS support"
> -# libass depends on FreeType
> -if test "$_freetype" = no ; then
> +# libass depends on FreeType and FriBiDi
> +if test "$_freetype" = no || test "$_fribidi" = no ; then
>      _ass=no
>      ass_internal=no
> -    res_comment="FreeType support needed"
> +    res_comment="FreeType and FriBiDi support needed"
>  fi

I am not sure about freetype, but external libass should still
be detected and used even if fribidi is not detected - e.g.
it might just be fribidi headers missing or and older libass
that does not need it.


More information about the MPlayer-cvslog mailing list