diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-11-01 14:46:18 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-11-04 13:33:33 +0100 |
commit | 864581fea3afb40f1d40cee000da30be54ec049d (patch) | |
tree | 84420b7d79ac56d781fa979a86b05fa9d0f5dac5 | |
parent | d8acee792f9d3b2c271d480e4d72ff7e558e0c66 (diff) | |
download | ffmpeg-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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |