[Ffmpeg-cvslog] r5753 - trunk/configure
mru
subversion
Sat Jul 15 18:12:57 CEST 2006
Author: mru
Date: Sat Jul 15 18:12:57 2006
New Revision: 5753
Modified:
trunk/configure
Log:
set defaults before showing help
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Sat Jul 15 18:12:57 2006
@@ -304,10 +304,6 @@
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 @@
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 "
More information about the ffmpeg-cvslog
mailing list