From 6dd5ec7efb1d6db123f53f49c84e070b9ac0d03f Mon Sep 17 00:00:00 2001 From: Alex Converse Date: Tue, 10 May 2016 18:03:15 -0700 Subject: [PATCH] mcomp: Remove an obsolete undef. The macro was removed in 6724676. Change-Id: I412c24aac49bd1ff60a331a30933e0d8ae3f2dd5 --- vp10/encoder/mcomp.c | 1 - vp9/encoder/vp9_mcomp.c | 1 - 2 files changed, 2 deletions(-) diff --git a/vp10/encoder/mcomp.c b/vp10/encoder/mcomp.c index 007fe0cd4..1ba2e2f2f 100644 --- a/vp10/encoder/mcomp.c +++ b/vp10/encoder/mcomp.c @@ -780,7 +780,6 @@ int vp10_find_best_sub_pixel_tree(const MACROBLOCK *x, } #undef MVC -#undef PRE #undef CHECK_BETTER static INLINE int check_bounds(const MACROBLOCK *x, int row, int col, diff --git a/vp9/encoder/vp9_mcomp.c b/vp9/encoder/vp9_mcomp.c index bbc2e08d9..f3ffe35ae 100644 --- a/vp9/encoder/vp9_mcomp.c +++ b/vp9/encoder/vp9_mcomp.c @@ -825,7 +825,6 @@ int vp9_find_best_sub_pixel_tree(const MACROBLOCK *x, } #undef MVC -#undef PRE #undef CHECK_BETTER static INLINE int check_bounds(const MACROBLOCK *x, int row, int col,