提交 f5d28d10 编写于 作者: M Måns Rullgård

do nothing in restore_flags() if flags are not saved

Originally committed as revision 7918 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 703afd07
......@@ -291,6 +291,7 @@ save_flags(){
}
restore_flags(){
flags_saved || return
CFLAGS="$SAVE_CFLAGS"
LDFLAGS="$SAVE_LDFLAGS"
extralibs="$SAVE_extralibs"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册