Mercurial > mplayer.hg
diff configure @ 34352:c535e4a0bd75
Require a fribidi version that defines FriBidiParType.
The workarounds to work with older versions would be getting too ugly.
author | reimar |
---|---|
date | Sun, 11 Dec 2011 21:32:07 +0000 |
parents | 575ad51cc996 |
children | 127c798974a0 |
line wrap: on
line diff
--- a/configure Sun Dec 11 18:47:40 2011 +0000 +++ b/configure Sun Dec 11 21:32:07 2011 +0000 @@ -5934,9 +5934,8 @@ if test "$_fribidi" = auto ; then cat > $TMPC << EOF #include <stdlib.h> -/* workaround for fribidi 0.10.4 and below */ -#define FRIBIDI_CHARSET_UTF8 FRIBIDI_CHAR_SET_UTF8 #include <fribidi/fribidi.h> +FriBidiParType test; int main(void) { if (fribidi_parse_charset("UTF-8") != FRIBIDI_CHAR_SET_UTF8) exit(1);