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

set defaults before showing help

Originally committed as revision 5753 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 5cf226fb
......@@ -304,10 +304,6 @@ filter_out(){
echo "$@" | sed "s%\\<$pattern\\>%%g"
}
if test x"$1" = x"-h" -o x"$1" = x"--help" ; then
show_help
fi
# set temporary file name
if test ! -z "$TMPDIR" ; then
TMPDIR1="${TMPDIR}"
......@@ -664,6 +660,10 @@ else
source_path="`cd \"$source_path\"; pwd`"
fi
if test x"$1" = x"-h" -o x"$1" = x"--help" ; then
show_help
fi
FFMPEG_CONFIGURATION=" "
for opt do
FFMPEG_CONFIGURATION="$FFMPEG_CONFIGURATION""$opt "
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册