| Index: source/config/linux/arm-neon/vpx_scale_rtcd.h
|
| ===================================================================
|
| --- source/config/linux/arm-neon/vpx_scale_rtcd.h (revision 247490)
|
| +++ source/config/linux/arm-neon/vpx_scale_rtcd.h (working copy)
|
| @@ -7,6 +7,10 @@
|
| #define RTCD_EXTERN extern
|
| #endif
|
|
|
| +#ifdef __cplusplus
|
| +extern "C" {
|
| +#endif
|
| +
|
| struct yv12_buffer_config;
|
|
|
| void vp8_horizontal_line_5_4_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width);
|
| @@ -62,4 +66,9 @@
|
|
|
| }
|
| #endif
|
| +
|
| +#ifdef __cplusplus
|
| +} // extern "C"
|
| #endif
|
| +
|
| +#endif
|
|
|