disable ffplay if no SDL

Originally committed as revision 1945 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Fabrice Bellard 22 years ago
parent 25a2ee7dd6
commit 94a3401e93
  1. 4
      configure

4
configure vendored

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

Loading…
Cancel
Save