disable ffplay if no SDL

Originally committed as revision 1945 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Fabrice Bellard 2003-06-10 08:32:12 +00:00
parent 25a2ee7dd6
commit 94a3401e93

4
configure vendored
View File

@ -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"