forked from FFmpeg/FFmpeg
disable ffplay if no SDL
Originally committed as revision 1945 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
25a2ee7dd6
commit
94a3401e93
1 changed files with 4 additions and 0 deletions
4
configure
vendored
4
configure
vendored
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue