shithub: libvpx

Download patch

ref: b7c5d80212de672545278564b40e55be0ce1b1b4
parent: 63ea8705eb0b4609b1c87968817d18421f051641
author: John Koleszar <jkoleszar@google.com>
date: Fri Jun 11 08:16:36 EDT 2010

platform autodetect: accept amd64 as a synonym for x86_64

Thanks to James Cloos <cloos at jhcloos dot com> for the tip.

Change-Id: If377cc084dd7c16a4f51191a2aa0d83e7117ebec

--- a/build/make/configure.sh
+++ b/build/make/configure.sh
@@ -501,7 +501,7 @@
 
         # detect tgt_isa
         case "$gcctarget" in
-            *x86_64*)
+            *x86_64*|*amd64*)
                 tgt_isa=x86_64
                 ;;
             *i[3456]86*)