shithub: libvpx

Download patch

ref: 90a135854cca4b6bb01c7a17fad0faaf2d8ae670
parent: cca774c7df21b710cb298358575e05b7c4407303
author: James Zern <jzern@google.com>
date: Thu Nov 3 18:54:35 EDT 2016

configure: disable tools for armv7-win32-vs1[24]

this shares the same prohibition as the examples

Change-Id: I17d65e4f26847af8cbb1d1a3c4a114ed021a8b9f

--- a/build/make/configure.sh
+++ b/build/make/configure.sh
@@ -936,6 +936,7 @@
             # only "AppContainerApplication" which requires an AppxManifest.
             # Therefore disable the examples, just build the library.
             disable_feature examples
+            disable_feature tools
           fi
           ;;
         rvct)