shithub: libvpx

Download patch

ref: fc37c2198d4b8113df85a3046cbaabbe44183018
parent: cb044e6d9a8b8b0263bd959117f5a6cd8b741bdf
parent: 6c3f06a4d78973dafbdfe6effe7f3fd3fdc8c643
author: Johann <[email protected]>
date: Wed Apr 17 06:14:30 EDT 2013

Merge "Include RTCD header in encodeframe.c"

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