From d5d3c203d3b0681c724c2ea1c170c06b97aa31ad Mon Sep 17 00:00:00 2001 From: reimar Date: Sat, 24 Apr 2010 17:15:28 +0000 Subject: Remove code to work around bugs in ancient libSDL versions, the code has been accidentally disabled since some time and there were no complaints. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31067 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 9 --------- 1 file changed, 9 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 3ca3a736d6..3730565db2 100755 --- a/configure +++ b/configure @@ -5396,15 +5396,7 @@ EOF _ld_tmp="$($_sdlconfig --libs)" fi if cc_check $_inc_tmp $_ld_tmp >>"$TMPLOG" 2>&1 ; then - _sdlversion=$($_sdlconfig --version | sed 's/[^0-9]//g') - if test "$_sdlversion" -gt 116 ; then - if test "$_sdlversion" -lt 121 ; then - def_sdlbuggy='#define BUGGY_SDL' - else - def_sdlbuggy='#undef BUGGY_SDL' - fi _sdl=yes - fi fi fi fi @@ -9096,7 +9088,6 @@ $def_quartz $def_s3fb $def_sdl $def_sdl_sdl_h -$def_sdlbuggy $def_svga $def_tdfxfb $def_tdfxvid -- cgit v1.2.3