提交 94a3401e 编写于 作者: F Fabrice Bellard

disable ffplay if no SDL

Originally committed as revision 1945 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 25a2ee7d
......@@ -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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册