| Index: source/libvpx/vp8/common/setupintrarecon.h
|
| ===================================================================
|
| --- source/libvpx/vp8/common/setupintrarecon.h (revision 247498)
|
| +++ source/libvpx/vp8/common/setupintrarecon.h (working copy)
|
| @@ -12,6 +12,10 @@
|
| #define VP8_COMMON_SETUPINTRARECON_H_
|
|
|
| #include "vpx_scale/yv12config.h"
|
| +
|
| +#ifdef __cplusplus
|
| +extern "C" {
|
| +#endif
|
| extern void vp8_setup_intra_recon(YV12_BUFFER_CONFIG *ybf);
|
| extern void vp8_setup_intra_recon_top_line(YV12_BUFFER_CONFIG *ybf);
|
|
|
| @@ -34,4 +38,8 @@
|
| v_buffer[uv_stride *i] = (unsigned char) 129;
|
| }
|
|
|
| +#ifdef __cplusplus
|
| +} // extern "C"
|
| +#endif
|
| +
|
| #endif // VP8_COMMON_SETUPINTRARECON_H_
|
|
|