From 94a3401e93198b9fcb838ddadf59d3261b82322b Mon Sep 17 00:00:00 2001 From: Fabrice Bellard Date: Tue, 10 Jun 2003 08:32:12 +0000 Subject: [PATCH] disable ffplay if no SDL Originally committed as revision 1945 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 4 ++++ 1 file changed, 4 insertions(+) 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" -- GitLab