From dfa296e9e912f3dda494194d6e43b9ff257d26a6 Mon Sep 17 00:00:00 2001 From: Jingning Han Date: Thu, 18 May 2017 14:20:04 -0700 Subject: [PATCH] Turn on var-tx by default Change-Id: I4756594a6975ad0fff1f4ff64f1cf02876757f02 --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index a112a4c4c..2c30bb2db 100755 --- a/configure +++ b/configure @@ -490,6 +490,7 @@ post_process_cmdline() { soft_enable ext_delta_q soft_enable loopfiltering_across_tiles soft_enable ec_smallmul + soft_enable var_tx # Backwards/jenkins compatibility with --enable-aom-highbitdepth enabled aom_highbitdepth && enable_feature highbitdepth -- GitLab