Use native win32 timers on mingw
authorJohn Koleszar <jkoleszar@google.com>
Thu, 2 Sep 2010 16:03:51 +0000 (12:03 -0400)
committerJohn Koleszar <jkoleszar@google.com>
Thu, 2 Sep 2010 16:03:51 +0000 (12:03 -0400)
commitdaab4bcba60759a252bd210ee5f8d7cd390962e5
tree5a46770bd22c4ebbd9603f0d0e85d1b789d9491d
parentd6ee72a7bf2e2ef889827f4bc307fe1f930e2f1c
Use native win32 timers on mingw

Changed to use QueryPerformanceCounter on Windows rather than only
when building with MSVC, so that MSVC can link libs built with
MinGW.

Fixes issue #149.

Change-Id: Ie2dc7edc8f4d096cf95ec5ffb1ab00f2d67b3e7d
vpx_ports/vpx_timer.h