diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-11-01 14:46:18 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-11-01 15:52:10 +0100 |
commit | 078811d9e484892e3ad49819148fe6ae65a1954b (patch) | |
tree | 436b9d2ecc6eaaf27ccf436e851ea95a850f84ea /configure | |
parent | ee93363f8f1aebe2df03d094aecc9ce0d60cb008 (diff) | |
download | ffmpeg-078811d9e484892e3ad49819148fe6ae65a1954b.tar.gz |
configure: fix arch x86_32
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |