summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaowu Xu <yaowu@google.com>2013-09-06 15:05:05 -0700
committerYaowu Xu <yaowu@google.com>2013-09-09 08:12:56 -0700
commit132ef4295a40f9159205e9253c18fff9130f69eb (patch)
tree65b98db23c9be1af3942f3426dc96de5473dcb9d
parentb19126b291cafc9c43363ce261f92c736eb8c120 (diff)
downloadlibvpx-132ef4295a40f9159205e9253c18fff9130f69eb.tar
libvpx-132ef4295a40f9159205e9253c18fff9130f69eb.tar.gz
libvpx-132ef4295a40f9159205e9253c18fff9130f69eb.tar.bz2
libvpx-132ef4295a40f9159205e9253c18fff9130f69eb.zip
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
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index e7f9f4f09..297cec463 100755
--- 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