[FFmpeg-cvslog] Improve the detection of architecture x86.

Andreas Cadhalpun git at videolan.org
Sat May 31 12:23:02 CEST 2014


ffmpeg | branch: release/2.2 | Andreas Cadhalpun <Andreas.Cadhalpun at googlemail.com> | Mon May 26 18:07:55 2014 +0200| [f15f4cefd7bf60c7c546ef0577c9d9699058bb98] | committer: Carl Eugen Hoyos

Improve the detection of architecture x86.

This fixes building on Debian GNU/Hurd.

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

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

 configure |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index e123eb3..f9dce4e 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



More information about the ffmpeg-cvslog mailing list