shithub: libvpx

Download patch

ref: 55d86c488bd90fd474af51e2d90272c7ab4eedbf
parent: a0d04ea94e291ed72a452eee3309a298959727eb
parent: b7c5d80212de672545278564b40e55be0ce1b1b4
author: John Koleszar <jkoleszar@google.com>
date: Mon Jun 14 02:09:47 EDT 2010

Merge "platform autodetect: accept amd64 as a synonym for x86_64"

--- 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*)