shithub: libvpx

Download patch

ref: 132ef4295a40f9159205e9253c18fff9130f69eb
parent: b19126b291cafc9c43363ce261f92c736eb8c120
author: Yaowu Xu <yaowu@google.com>
date: Fri Sep 6 11:05:05 EDT 2013

changed to enable vp9_postproc

In configure when internal-stats is enabled, because postprocessing
code is needed for computing stats for enabling internal-stats

Change-Id: I3601dc5a4aa65feb99465452486a21e75eb62c1f

--- a/configure
+++ b/configure
@@ -650,6 +650,10 @@
         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