[Ffmpeg-cvslog] r6858 - trunk/configure
diego
subversion
Wed Nov 1 19:20:16 CET 2006
Author: diego
Date: Wed Nov 1 19:20:15 2006
New Revision: 6858
Modified:
trunk/configure
Log:
typo
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Wed Nov 1 19:20:15 2006
@@ -358,7 +358,7 @@
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
More information about the ffmpeg-cvslog
mailing list