summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorFabrice Bellard <fabrice@bellard.org>2003-06-10 08:32:12 +0000
committerFabrice Bellard <fabrice@bellard.org>2003-06-10 08:32:12 +0000
commit94a3401e93198b9fcb838ddadf59d3261b82322b (patch)
tree6f51d43c1fafe05aa255056ae830866e98e8edd7 /configure
parent25a2ee7dd6c24bc9d5787f7f514cd3fb0b011540 (diff)
disable ffplay if no SDL
Originally committed as revision 1945 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index 2c5ae32aed..5c72358774 100755
--- a/configure
+++ b/configure
@@ -641,6 +641,10 @@ sdl=yes
fi
fi
+if test "$sdl" = "no" ; then
+ ffplay=no
+fi
+
if test "$small" = "yes"; then
# CFLAGS=${CFLAGS//-O3/-Os}
CFLAGS="$CFLAGS -Os"