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"