From: Yaowu Xu Date: Fri, 6 Sep 2013 22:05:05 +0000 (-0700) Subject: changed to enable vp9_postproc X-Git-Tag: v1.3.0~474 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=132ef4295a40f9159205e9253c18fff9130f69eb;p=libvpx 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 --- 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