]> granicus.if.org Git - libvpx/commitdiff
changed to enable vp9_postproc
authorYaowu Xu <yaowu@google.com>
Fri, 6 Sep 2013 22:05:05 +0000 (15:05 -0700)
committerYaowu Xu <yaowu@google.com>
Mon, 9 Sep 2013 15:12:56 +0000 (08:12 -0700)
In configure when internal-stats is enabled, because postprocessing
code is needed for computing stats for enabling internal-stats

Change-Id: I3601dc5a4aa65feb99465452486a21e75eb62c1f

configure

index e7f9f4f09d30f6314186e62c1d3e03e9bb8d9cb4..297cec4633b3849867729a64fe1745880fd02e27 100755 (executable)
--- a/configure
+++ b/configure
@@ -650,6 +650,10 @@ process_toolchain() {
         enable_feature dc_recon
     fi
 
+    if enabled internal_stats; then
+        enable_feature vp9_postproc
+    fi
+
     # Enable the postbuild target if building for visual studio.
     case "$tgt_cc" in
         vs*) enable_feature msvs