shithub: libvpx

Download patch

ref: 1c5e16bec75d10e803d70223929395d286f54183
parent: cc7fac39d5e733e3cddd48a40072c0cfb1ec2689
parent: 04168d41cbe9c88df8f6e0e5f4faec009b0e2d9b
author: Johann <johannkoenig@google.com>
date: Fri Jan 30 06:19:28 EST 2015

Merge "Explicitly include vp8_rtcd.h"

--- 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"