shithub: libvpx

Download patch

ref: 6dd5ec7efb1d6db123f53f49c84e070b9ac0d03f
parent: 7764f8af3e806f5c8046ed118a5e83866a0b7f7b
author: Alex Converse <[email protected]>
date: Tue May 10 14:03:15 EDT 2016

mcomp: Remove an obsolete undef.

The macro was removed in 6724676.

Change-Id: I412c24aac49bd1ff60a331a30933e0d8ae3f2dd5

--- a/vp10/encoder/mcomp.c
+++ b/vp10/encoder/mcomp.c
@@ -780,7 +780,6 @@
 }
 
 #undef MVC
-#undef PRE
 #undef CHECK_BETTER
 
 static INLINE int check_bounds(const MACROBLOCK *x, int row, int col,
--- a/vp9/encoder/vp9_mcomp.c
+++ b/vp9/encoder/vp9_mcomp.c
@@ -825,7 +825,6 @@
 }
 
 #undef MVC
-#undef PRE
 #undef CHECK_BETTER
 
 static INLINE int check_bounds(const MACROBLOCK *x, int row, int col,