Index: source/libvpx/vp8/common/copy_c.c |
diff --git a/source/libvpx/vp8/common/copy_c.c b/source/libvpx/vp8/common/copy_c.c |
index fd96c863491129e84da11a8c4d9a019729221d5d..e3392913f635720ab54fa122bd0b770d2892b72a 100644 |
--- a/source/libvpx/vp8/common/copy_c.c |
+++ b/source/libvpx/vp8/common/copy_c.c |
@@ -11,11 +11,11 @@ |
#include <string.h> |
-#include "vpx_config.h" |
+#include "./vp8_rtcd.h" |
#include "vpx/vpx_integer.h" |
/* Copy 2 macroblocks to a buffer */ |
-void vp8_copy32xn_c(unsigned char *src_ptr, int src_stride, |
+void vp8_copy32xn_c(const unsigned char *src_ptr, int src_stride, |
unsigned char *dst_ptr, int dst_stride, |
int height) |
{ |