diff --git a/configure b/configure index 2c5ae32aed79c88fc3121c275120ae9f584a2346..5c72358774f00e3e8955f4be3bb4449cbb4fc941 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"