| Index: third_party/libvpx/source/config/linux/arm/vp8_rtcd.h
|
| diff --git a/third_party/libvpx/source/config/linux/arm/vp8_rtcd.h b/third_party/libvpx/source/config/linux/arm/vp8_rtcd.h
|
| index ca692f7eae6070f31c714049f9063cbaed85f7a3..3541d2e96e2fd549cac49bb2d4b796570c6c766a 100644
|
| --- a/third_party/libvpx/source/config/linux/arm/vp8_rtcd.h
|
| +++ b/third_party/libvpx/source/config/linux/arm/vp8_rtcd.h
|
| @@ -50,9 +50,6 @@ void vp8_blend_mb_outer_c(unsigned char *y, unsigned char *u, unsigned char *v,
|
| int vp8_block_error_c(short *coeff, short *dqcoeff);
|
| #define vp8_block_error vp8_block_error_c
|
|
|
| -void vp8_clear_system_state_c();
|
| -#define vp8_clear_system_state vp8_clear_system_state_c
|
| -
|
| void vp8_copy_mem16x16_c(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
|
| #define vp8_copy_mem16x16 vp8_copy_mem16x16_c
|
|
|
|
|