Commit 08d3dccb authored by mru's avatar mru

set defaults before showing help


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