diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2003-06-10 08:32:12 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2003-06-10 08:32:12 +0000 |
commit | 94a3401e93198b9fcb838ddadf59d3261b82322b (patch) | |
tree | 6f51d43c1fafe05aa255056ae830866e98e8edd7 | |
parent | 25a2ee7dd6c24bc9d5787f7f514cd3fb0b011540 (diff) | |
download | ffmpeg-streaming-94a3401e93198b9fcb838ddadf59d3261b82322b.zip ffmpeg-streaming-94a3401e93198b9fcb838ddadf59d3261b82322b.tar.gz |
disable ffplay if no SDL
Originally committed as revision 1945 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-x | configure | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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" |