shithub: libvpx

Download patch

ref: 330dd67b7b0619da57492ca24207425026b387f4
parent: f5aeef6ef8b6252d89b44cb98200c5b60a095080
author: John Koleszar <jkoleszar@google.com>
date: Thu Jun 10 08:07:34 EDT 2010

Fix MinGW toolchain detection

Updated the comment in change I6bef2ab5, but missed adding the code to
the commit.

Change-Id: I14d300489b79730e3995175bfe5f9271b569abe3

--- a/build/make/configure.sh
+++ b/build/make/configure.sh
@@ -519,7 +519,7 @@
                 tgt_isa=universal
                 tgt_os=darwin9
                 ;;
-            *msys*|*cygwin*)
+            *mingw32*|*cygwin*)
                 tgt_os=win32
                 ;;
             *linux*|*bsd*)