summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-04-24 17:15:28 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-04-24 17:15:28 +0000
commitd5d3c203d3b0681c724c2ea1c170c06b97aa31ad (patch)
treef429e0e3e617739492471e1e0024789e00ede9a4 /configure
parentccc269a00a6b1fe091703d9d585421a49243a1a8 (diff)
downloadmpv-d5d3c203d3b0681c724c2ea1c170c06b97aa31ad.tar.bz2
mpv-d5d3c203d3b0681c724c2ea1c170c06b97aa31ad.tar.xz
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure9
1 files changed, 0 insertions, 9 deletions
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