summaryrefslogtreecommitdiff
path: root/vp8
diff options
context:
space:
mode:
authorJohann <johannkoenig@google.com>2015-01-29 09:59:16 -0800
committerJohann <johannkoenig@google.com>2015-01-29 09:59:16 -0800
commit04168d41cbe9c88df8f6e0e5f4faec009b0e2d9b (patch)
tree4a8c623ea98c05dbba7fb9d0f233dbe2a6137652 /vp8
parenta80dd52b6ea410ff20835bd12220dd77934f011a (diff)
downloadlibvpx-04168d41cbe9c88df8f6e0e5f4faec009b0e2d9b.tar.gz
Explicitly include vp8_rtcd.h
When referencing RTCD functions make sure the relevant header file is included. Change-Id: Ia0d7112d4aff9b4d8fa94648f0702371b7484031 https://code.google.com/p/webm/issues/detail?id=937
Diffstat (limited to 'vp8')
-rw-r--r--vp8/encoder/onyx_if.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/vp8/encoder/onyx_if.c b/vp8/encoder/onyx_if.c
index 258fa114f..53d9fbbde 100644
--- a/vp8/encoder/onyx_if.c
+++ b/vp8/encoder/onyx_if.c
@@ -11,6 +11,7 @@
#include "vpx_config.h"
#include "./vpx_scale_rtcd.h"
+#include "./vp8_rtcd.h"
#include "vp8/common/onyxc_int.h"
#include "vp8/common/blockd.h"
#include "onyx_int.h"