]> granicus.if.org Git - libvpx/commitdiff
Disable encoder builds when checking coeff ranges
authorYaowu Xu <yaowu@google.com>
Tue, 19 Feb 2019 21:41:37 +0000 (13:41 -0800)
committerYaowu Xu <yaowu@google.com>
Wed, 20 Feb 2019 01:27:06 +0000 (17:27 -0800)
BUG=webm:1031

Change-Id: I28f4e8cdec170393b2d22cd8cb0b73a32204e09c

configure

index 71952351e345b6476a80fc6165526a235243c3b8..b5096723b340acefa3e9b0b7709372919aa32ec0 100755 (executable)
--- a/configure
+++ b/configure
@@ -419,6 +419,12 @@ process_cmdline() {
 }
 
 post_process_cmdline() {
+    if enabled coefficient_range_checking; then
+      echo "coefficient-range-checking is for decoders only, disabling encoders:"
+      soft_disable vp8_encoder
+      soft_disable vp9_encoder
+    fi
+
     c=""
 
     # Enable all detected codecs, if they haven't been disabled