summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2006-06-09 22:43:21 +0000
committerMåns Rullgård <mans@mansr.com>2006-06-09 22:43:21 +0000
commit3ef17d626fc06d0ba38d8b3a60dc3334d07705a1 (patch)
treeeebda84bbc146340db341ebf28dbe1af1fda3094 /configure
parent87318d69880a34695e46b907a8755d16e61c5749 (diff)
don't use xlib in ffplay, and bump required sdl version
Originally committed as revision 5463 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index ba20a7da33..b4f6ac2773 100755
--- a/configure
+++ b/configure
@@ -1184,7 +1184,7 @@ EOF
restore_flags
if test $? = 0; then
_sdlversion=`"${SDL_CONFIG}" --version | sed 's/[^0-9]//g'`
- if test "$_sdlversion" -lt 121 ; then
+ if test "$_sdlversion" -lt 130 ; then
sdl_too_old=yes
else
sdl=yes