aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-11-01 14:46:18 +0100
committerMichael Niedermayer <michaelni@gmx.at>2011-11-04 13:33:33 +0100
commit864581fea3afb40f1d40cee000da30be54ec049d (patch)
tree84420b7d79ac56d781fa979a86b05fa9d0f5dac5
parentd8acee792f9d3b2c271d480e4d72ff7e558e0c66 (diff)
downloadffmpeg-864581fea3afb40f1d40cee000da30be54ec049d.tar.gz
configure: fix arch x86_32
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 078811d9e484892e3ad49819148fe6ae65a1954b) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index be2f721f7a..822c500eab 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