diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-11-01 18:20:15 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-11-01 18:20:15 +0000 |
commit | a63e5f1cced5c5fe65845c89bbd5ff798b7b9542 (patch) | |
tree | 0494c0f97ce97f7161db649cf3c24a7a597b0f3e /configure | |
parent | 67bcc87092e44488a2f24f72a907cc7fe6757d42 (diff) | |
download | ffmpeg-a63e5f1cced5c5fe65845c89bbd5ff798b7b9542.tar.gz |
typo
Originally committed as revision 6858 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |