]> granicus.if.org Git - libvpx/commitdiff
Configure vp10 disabled by default
authorJingning Han <jingning@google.com>
Sat, 15 Aug 2015 23:04:11 +0000 (16:04 -0700)
committerJingning Han <jingning@google.com>
Mon, 17 Aug 2015 16:06:26 +0000 (09:06 -0700)
To turn on vp10, one needs to explicitly set --enable-vp10.

Change-Id: Ifc7e294aea9a5bdf5d08f0001ae26fba5a837b64

configure

index 3ecb2ce6e5721310ad5566a7e7cea5b66048c2c7..ac196dacb10e068b3176f219bb052001da38b086 100755 (executable)
--- a/configure
+++ b/configure
@@ -194,6 +194,9 @@ fi
 [ -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.