summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJohn Koleszar <jkoleszar@google.com>2013-03-27 10:41:29 -0700
committerJohn Koleszar <jkoleszar@google.com>2013-03-27 10:46:19 -0700
commit771fc832f3889c067b76899c8209bd0854ba7f7d (patch)
tree617379cd79f034d2ea2f709e90ab59105bbfc7cc /configure
parent513157e0939b2774db583a31fe29c9d34948e09c (diff)
parent8015a9aedc2358135940180884f0b9bba9509009 (diff)
downloadlibvpx-771fc832f3889c067b76899c8209bd0854ba7f7d.tar
libvpx-771fc832f3889c067b76899c8209bd0854ba7f7d.tar.gz
libvpx-771fc832f3889c067b76899c8209bd0854ba7f7d.tar.bz2
libvpx-771fc832f3889c067b76899c8209bd0854ba7f7d.zip
Merge branch 'master' into experimental
Pick up VP8 encryption, quantization changes, and some fixes to vpxenc Conflicts: test/decode_test_driver.cc test/decode_test_driver.h test/encode_test_driver.cc vp8/vp8cx.mk vpxdec.c vpxenc.c Change-Id: I9fbcc64808ead47e22f1f22501965cc7f0c4791c
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 8cd3b9391..5f2c39183 100755
--- a/configure
+++ b/configure
@@ -299,6 +299,7 @@ CONFIG_LIST="
multi_res_encoding
temporal_denoising
experimental
+ decrypt
${EXPERIMENT_LIST}
"
CMDLINE_SELECT="
@@ -348,6 +349,7 @@ CMDLINE_SELECT="
multi_res_encoding
temporal_denoising
experimental
+ decrypt
"
process_cmdline() {