From 6c3f06a4d78973dafbdfe6effe7f3fd3fdc8c643 Mon Sep 17 00:00:00 2001 From: Johann Date: Mon, 15 Apr 2013 12:19:06 -0700 Subject: [PATCH] Include RTCD header in encodeframe.c The file uses functions defined in vp8_rtcd.h but did not include the header. Change-Id: I110196ddc9181e533be1fe656e21c1791cabe226 --- vp8/encoder/encodeframe.c | 1 + 1 file changed, 1 insertion(+) diff --git a/vp8/encoder/encodeframe.c b/vp8/encoder/encodeframe.c index d1b647be9..d17ed370b 100644 --- a/vp8/encoder/encodeframe.c +++ b/vp8/encoder/encodeframe.c @@ -10,6 +10,7 @@ #include "vpx_config.h" +#include "vp8_rtcd.h" #include "encodemb.h" #include "encodemv.h" #include "vp8/common/common.h" -- 2.50.1