From 5c93c580f8d01dd824ff3c123e38c8c3a2a8644f Mon Sep 17 00:00:00 2001 From: Deb Mukherjee Date: Tue, 27 May 2014 23:24:06 -0700 Subject: Removing undeclared identifier - build fix Fixes build with --enable-internal-stats Change-Id: I137169c859f561478e45891defe976d595454166 --- vp9/vp9_cx_iface.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/vp9/vp9_cx_iface.c b/vp9/vp9_cx_iface.c index 6b874f023..fb0fe58d3 100644 --- a/vp9/vp9_cx_iface.c +++ b/vp9/vp9_cx_iface.c @@ -1033,8 +1033,6 @@ static vpx_codec_err_t ctrl_set_previewpp(vpx_codec_alg_priv_t *ctx, va_list args) { #if CONFIG_VP9_POSTPROC vp8_postproc_cfg_t *config = va_arg(args, vp8_postproc_cfg_t *); - (void)ctr_id; - if (config != NULL) { ctx->preview_ppcfg = *config; return VPX_CODEC_OK; -- cgit v1.2.3