From 1d7ccd5325ec34244074419f6802640c8afafd31 Mon Sep 17 00:00:00 2001 From: Johann Date: Mon, 11 May 2015 19:09:22 -0700 Subject: Relocate memory operations for common code With the sad functions, and hopefully the variance functions soon, moving to the vpx_dsp location, place the defines used in the reference C code in a common location. Change-Id: I4c8ce7778eb38a0a3ee674d2f1c488eda01cfeca --- vp9/encoder/vp9_pickmode.c | 1 + 1 file changed, 1 insertion(+) (limited to 'vp9/encoder/vp9_pickmode.c') diff --git a/vp9/encoder/vp9_pickmode.c b/vp9/encoder/vp9_pickmode.c index 9fb7cfba7..03e0eca64 100644 --- a/vp9/encoder/vp9_pickmode.c +++ b/vp9/encoder/vp9_pickmode.c @@ -16,6 +16,7 @@ #include "./vp9_rtcd.h" #include "vpx_mem/vpx_mem.h" +#include "vpx_ports/mem.h" #include "vp9/common/vp9_blockd.h" #include "vp9/common/vp9_common.h" -- cgit v1.2.3