Commit 7290dce8 authored by diego's avatar diego

typo


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6858 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 1d7708f4
......@@ -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
......
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