Mercurial > mplayer.hg
diff configure @ 34342:575ad51cc996
Allow compiling libass without fribidi again.
author | reimar |
---|---|
date | Sun, 11 Dec 2011 15:13:39 +0000 |
parents | 4a507d3a039a |
children | c535e4a0bd75 |
line wrap: on
line diff
--- a/configure Sun Dec 11 14:54:56 2011 +0000 +++ b/configure Sun Dec 11 15:13:39 2011 +0000 @@ -5963,8 +5963,8 @@ echocheck "SSA/ASS support" -# libass depends on FreeType and FriBiDi -if test "$_freetype" = no || test "$_fribidi" = no ; then +# libass depends on FreeType +if test "$_freetype" = no ; then _ass=no ass_internal=no res_comment="FreeType and FriBiDi support needed"