From: Johann Date: Mon, 15 Apr 2013 19:19:06 +0000 (-0700) Subject: Include RTCD header in encodeframe.c X-Git-Tag: v1.3.0~1148^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6c3f06a4d78973dafbdfe6effe7f3fd3fdc8c643;p=libvpx Include RTCD header in encodeframe.c The file uses functions defined in vp8_rtcd.h but did not include the header. Change-Id: I110196ddc9181e533be1fe656e21c1791cabe226 --- 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"