shithub: libvpx

Download patch

ref: d6ee72a7bf2e2ef889827f4bc307fe1f930e2f1c
parent: 21039ce16eb794bf250fcd5484c784b2f7c4f2b1
author: John Koleszar <jkoleszar@google.com>
date: Thu Sep 2 07:51:45 EDT 2010

Fix target detection on mingw32

gcc -dumpmachine returns only 'mingw32'

Change-Id: I774d05a97c5131fc12009e436712c319e54490a5

--- a/build/make/configure.sh
+++ b/build/make/configure.sh
@@ -518,6 +518,7 @@
                 tgt_os=darwin9
                 ;;
             *mingw32*|*cygwin*)
+                [ -z "$tgt_isa" ] && tgt_isa=x86
                 tgt_os=win32
                 ;;
             *linux*|*bsd*)