[FFmpeg-cvslog] configure: fix arch x86_32

Michael Niedermayer git at videolan.org
Fri Nov 4 13:52:48 CET 2011


ffmpeg | branch: release/0.8 | Michael Niedermayer <michaelni at gmx.at> | Tue Nov  1 14:46:18 2011 +0100| [864581fea3afb40f1d40cee000da30be54ec049d] | committer: Michael Niedermayer

configure: fix arch x86_32

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
(cherry picked from commit 078811d9e484892e3ad49819148fe6ae65a1954b)

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

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

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

diff --git a/configure b/configure
index be2f721..822c500 100755
--- a/configure
+++ b/configure
@@ -2203,7 +2203,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