mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-29 20:36:47 +08:00
typo
Originally committed as revision 6858 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
2
configure
vendored
2
configure
vendored
@ -358,7 +358,7 @@ case "$arch" in
|
|||||||
arch="x86_32"
|
arch="x86_32"
|
||||||
;;
|
;;
|
||||||
x86_64|amd64)
|
x86_64|amd64)
|
||||||
arch="x86"_32
|
arch="x86_32"
|
||||||
canon_arch="`$cc -dumpmachine | sed -e 's,\([^-]*\)-.*,\1,'`"
|
canon_arch="`$cc -dumpmachine | sed -e 's,\([^-]*\)-.*,\1,'`"
|
||||||
if [ x"$canon_arch" = x"x86_64" -o x"$canon_arch" = x"amd64" ]; then
|
if [ x"$canon_arch" = x"x86_64" -o x"$canon_arch" = x"amd64" ]; then
|
||||||
if [ -z "`echo $CFLAGS | grep -- -m32`" ]; then
|
if [ -z "`echo $CFLAGS | grep -- -m32`" ]; then
|
||||||
|
Reference in New Issue
Block a user