]> granicus.if.org Git - libvpx/commitdiff
Explicitly include vp8_rtcd.h
authorJohann <johannkoenig@google.com>
Thu, 29 Jan 2015 17:59:16 +0000 (09:59 -0800)
committerJohann <johannkoenig@google.com>
Thu, 29 Jan 2015 17:59:16 +0000 (09:59 -0800)
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

vp8/encoder/onyx_if.c

index 258fa114f826de915d0acb161e4bb001d0cea976..53d9fbbde6d3df7f0b35df68721c89decfd19d62 100644 (file)
@@ -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"