[FFmpeg-cvslog] configure: fix arch x86_32

Michael Niedermayer git at videolan.org
Tue Nov 1 16:10:13 CET 2011


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Tue Nov  1 14:46:18 2011 +0100| [078811d9e484892e3ad49819148fe6ae65a1954b] | committer: Michael Niedermayer

configure: fix arch x86_32

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=078811d9e484892e3ad49819148fe6ae65a1954b
---

 configure |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure b/configure
index a1106a1..1acde5d 100755
--- a/configure
+++ b/configure
@@ -2294,7 +2294,7 @@ case "$arch" in
         arch="sparc"
         subarch="sparc64"
     ;;
-    i[3-6]86|i86pc|BePC|x86pc|x86_64|amd64)
+    i[3-6]86|i86pc|BePC|x86pc|x86_64|x86_32|amd64)
         arch="x86"
     ;;
 esac



More information about the ffmpeg-cvslog mailing list