Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>2014-05-26 20:07:55 +0400
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2014-05-31 14:14:48 +0400
commitf15f4cefd7bf60c7c546ef0577c9d9699058bb98 (patch)
tree8e0686c3436642e44743dc6e1b67b0097145d59b /configure
parentacafd1814e68d41a3adc508c03f4fd6254826c1d (diff)
Improve the detection of architecture x86.
This fixes building on Debian GNU/Hurd. Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 0f17bc644c4af0f9e0fab714fadf4f4f02140a0e)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index e123eb333b..f9dce4ed92 100755
--- a/configure
+++ b/configure
@@ -3386,7 +3386,7 @@ case "$arch" in
tilegx|tile-gx)
arch="tilegx"
;;
- i[3-6]86|i86pc|BePC|x86pc|x86_64|x86_32|amd64)
+ i[3-6]86*|i86pc|BePC|x86pc|x86_64|x86_32|amd64)
arch="x86"
;;
esac