shithub: libvpx

Download patch

ref: a1d929ea97c6862a6e6582cec633d26a445a7920
parent: 7a09f6b8926835fc7a8fb59cdf632b2703a640b5
author: Johann <johannkoenig@google.com>
date: Thu Dec 13 06:35:59 EST 2012

Unit tests do not build for iOS

Change-Id: I63423f8f2ec152cb490ddd9e6a94e431a11858f6

--- a/configure
+++ b/configure
@@ -604,6 +604,10 @@
         *-android-*)
             # GTestLog must be modified to use Android logging utilities.
         ;;
+        *-darwin-*)
+            # iOS/ARM builds do not work with gtest. This does not match
+            # x86 targets.
+        ;;
         *)
             check_cxx "$@" <<EOF && soft_enable unit_tests
 int z;
--