summaryrefslogtreecommitdiff
path: root/vp8/common/defaultcoefcounts.c
diff options
context:
space:
mode:
Diffstat (limited to 'vp8/common/defaultcoefcounts.c')
-rw-r--r--vp8/common/defaultcoefcounts.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/vp8/common/defaultcoefcounts.c b/vp8/common/defaultcoefcounts.c
index a0258bd03..34d1fb1d5 100644
--- a/vp8/common/defaultcoefcounts.c
+++ b/vp8/common/defaultcoefcounts.c
@@ -225,6 +225,7 @@ const unsigned int vp8_default_coef_counts[BLOCK_TYPES]
};
+#if CONFIG_T8X8
const unsigned int vp8_default_coef_counts_8x8[BLOCK_TYPES]
[COEF_BANDS]
[PREV_COEF_CONTEXTS]
@@ -400,3 +401,4 @@ const unsigned int vp8_default_coef_counts_8x8[BLOCK_TYPES]
}
}
};
+#endif \ No newline at end of file