Mercurial > mplayer.hg
diff configure @ 30026:868442ec038e
Make ass_mp.h use the system-libass headers when the internal one is disabled.
author | reimar |
---|---|
date | Sat, 19 Dec 2009 15:41:47 +0000 |
parents | b7b76236691d |
children | c3d96f2fb4c2 |
line wrap: on
line diff
--- a/configure Sat Dec 19 15:32:17 2009 +0000 +++ b/configure Sat Dec 19 15:41:47 2009 +0000 @@ -6180,6 +6180,11 @@ else def_ass='#undef CONFIG_ASS' fi +if test "$ass_internal" = yes ; then + def_ass_internal='#define CONFIG_ASS_INTERNAL 1' +else + def_ass_internal='#undef CONFIG_ASS_INTERNAL' +fi echores "$_ass" @@ -8772,6 +8777,7 @@ /* font stuff */ $def_ass +$def_ass_internal $def_bitmap_font $def_enca $def_fontconfig