Mercurial > mplayer.hg
comparison configure @ 18944:7040a3bc84c9
small cosmetics
author | diego |
---|---|
date | Sat, 08 Jul 2006 13:47:43 +0000 |
parents | 9e95ac641e77 |
children | 1acb0274753b |
comparison
equal
deleted
inserted
replaced
18943:715ff03d09e8 | 18944:7040a3bc84c9 |
---|---|
5392 else | 5392 else |
5393 _def_fontconfig='#undef HAVE_FONTCONFIG' | 5393 _def_fontconfig='#undef HAVE_FONTCONFIG' |
5394 fi | 5394 fi |
5395 echores "$_fontconfig" | 5395 echores "$_fontconfig" |
5396 | 5396 |
5397 | |
5397 echocheck "SSA/ASS support" | 5398 echocheck "SSA/ASS support" |
5398 # libass depends on freetype | 5399 # libass depends on FreeType |
5399 if test "$_freetype" = no ; then | 5400 if test "$_freetype" = no ; then |
5400 _ass=no | 5401 _ass=no |
5401 _res_comment="FreeType support needed" | 5402 _res_comment="FreeType support needed" |
5402 fi | 5403 fi |
5403 | 5404 |
5420 _def_ass='#define USE_ASS' | 5421 _def_ass='#define USE_ASS' |
5421 else | 5422 else |
5422 _def_ass='#undef USE_ASS' | 5423 _def_ass='#undef USE_ASS' |
5423 fi | 5424 fi |
5424 echores "$_ass" | 5425 echores "$_ass" |
5426 | |
5425 | 5427 |
5426 echocheck "fribidi with charsets" | 5428 echocheck "fribidi with charsets" |
5427 if test "$_fribidi" = auto ; then | 5429 if test "$_fribidi" = auto ; then |
5428 if ( $_fribidiconfig --version ) >/dev/null 2>&1 ; then | 5430 if ( $_fribidiconfig --version ) >/dev/null 2>&1 ; then |
5429 cat > $TMPC << EOF | 5431 cat > $TMPC << EOF |