Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-11-01 21:20:15 +0300
committerDiego Biurrun <diego@biurrun.de>2006-11-01 21:20:15 +0300
commita63e5f1cced5c5fe65845c89bbd5ff798b7b9542 (patch)
tree0494c0f97ce97f7161db649cf3c24a7a597b0f3e /configure
parent67bcc87092e44488a2f24f72a907cc7fe6757d42 (diff)
typo
Originally committed as revision 6858 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index a710a044f6..5accefdc42 100755
--- a/configure
+++ b/configure
@@ -358,7 +358,7 @@ case "$arch" in
arch="x86_32"
;;
x86_64|amd64)
- arch="x86"_32
+ arch="x86_32"
canon_arch="`$cc -dumpmachine | sed -e 's,\([^-]*\)-.*,\1,'`"
if [ x"$canon_arch" = x"x86_64" -o x"$canon_arch" = x"amd64" ]; then
if [ -z "`echo $CFLAGS | grep -- -m32`" ]; then