From: Fabrice Bellard Date: Tue, 10 Jun 2003 08:32:12 +0000 (+0000) Subject: disable ffplay if no SDL X-Git-Tag: v0.5~16276 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=94a3401e93198b9fcb838ddadf59d3261b82322b;p=platform%2Fupstream%2Flibav.git disable ffplay if no SDL Originally committed as revision 1945 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/configure b/configure index 2c5ae32..5c72358 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"