]> granicus.if.org Git - libvpx/commitdiff
Disable ext_partition/ext_partition_types
authorYi Luo <luoyi@google.com>
Wed, 11 Oct 2017 18:43:12 +0000 (11:43 -0700)
committerYi Luo <luoyi@google.com>
Wed, 11 Oct 2017 18:43:12 +0000 (11:43 -0700)
Change-Id: I0a762fe8b06d4998cc04d85d47508b69f1703853

scripts/disabled_list.sh

index 306852be741eeb3f90553f22cdce2c5f983f20e0..ff1f82f52b7e8a57fa3594e375c205c2cc5db7e5 100644 (file)
@@ -9,6 +9,7 @@ d6="--disable-var_tx --disable-wedge --disable-compound_segment"
 d7="--disable-interintra --disable-one_sided_compound --disable-ext-comp-refs"
 d8="--disable-smooth_hv --disable-parallel_deblocking"
 d9="--disable-convolve_round --disable-aom-qm --disable-dist_8x8"
-d10=" --disable-palette_throughput --disable-tempmv_signaling"
+d10="--disable-palette_throughput --disable-tempmv_signaling"
 d11="--disable-txmg --disable-loop_restoration --disable-cdef_singlepass"
-disabled="$d1 $d2 $d3 $d4 $d5 $d6 $d7 $d8 $d9 $d10 $d11"
+d12="--disable-ext-partition --disable-ext-partition-types"
+disabled="$d1 $d2 $d3 $d4 $d5 $d6 $d7 $d8 $d9 $d10 $d11 $d12"