Commit 9e253718 authored by bellard's avatar bellard

disable ffplay if no SDL


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1945 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 0308aa3b
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment