]> granicus.if.org Git - libvpx/commitdiff
Fix unused warning without ext-interp
authorGeza Lore <gezalore@gmail.com>
Fri, 8 Jul 2016 14:48:02 +0000 (15:48 +0100)
committerGeza Lore <gezalore@gmail.com>
Fri, 8 Jul 2016 14:48:02 +0000 (15:48 +0100)
Change-Id: Ibb63c492eb8278d115262b8fc3cbc761c406b107

test/vp10_convolve_optimz_test.cc

index 799908772c5836d692f1f9935607165affcb3dd9..66f267f875ef752c3a209843d12128c04b304bc5 100644 (file)
@@ -197,6 +197,7 @@ TEST_P(VP10ConvolveOptimzTest, VerticalBitExactCheck) {
 
 using std::tr1::make_tuple;
 
+#if HAVE_SSSE3 && CONFIG_EXT_INTERP
 const BlockDimension kBlockDim[] = {
   make_tuple(2, 2),
   make_tuple(2, 4),
@@ -218,7 +219,6 @@ const BlockDimension kBlockDim[] = {
   make_tuple(128, 128),
 };
 
-#if HAVE_SSSE3 && CONFIG_EXT_INTERP
 // 10/12-tap filters
 const INTERP_FILTER kFilter[] = {6, 4, 2};