shithub: libvpx

Download patch

ref: f1fc47becf4381fcb1679b69dfc2501eb381e9cb
parent: 81cb6bd49679e49d9df38d762944fb7875f771a2
parent: 407968cb883b0dfd43c2b2e3b0d8a1a7c3425a49
author: Jingning Han <jingning@google.com>
date: Mon Aug 17 12:57:29 EDT 2015

Merge "Configure vp10 disabled by default"

--- a/configure
+++ b/configure
@@ -194,6 +194,9 @@
 [ -d "${source_path}/vp9" ] || disable_feature vp9
 [ -d "${source_path}/vp10" ] || disable_feature vp10
 
+# disable vp10 codec by default
+disable_feature vp10
+
 # install everything except the sources, by default. sources will have
 # to be enabled when doing dist builds, since that's no longer a common
 # case.