| Index: source/libvpx/vp9/common/x86/vp9_postproc_x86.h
|
| ===================================================================
|
| --- source/libvpx/vp9/common/x86/vp9_postproc_x86.h (revision 247498)
|
| +++ source/libvpx/vp9/common/x86/vp9_postproc_x86.h (working copy)
|
| @@ -12,6 +12,10 @@
|
| #ifndef VP9_COMMON_X86_VP9_POSTPROC_X86_H_
|
| #define VP9_COMMON_X86_VP9_POSTPROC_X86_H_
|
|
|
| +#ifdef __cplusplus
|
| +extern "C" {
|
| +#endif
|
| +
|
| /* Note:
|
| *
|
| * This platform is commonly built for runtime CPU detection. If you modify
|
| @@ -61,4 +65,8 @@
|
| #endif
|
| #endif
|
|
|
| +#ifdef __cplusplus
|
| +} // extern "C"
|
| +#endif
|
| +
|
| #endif // VP9_COMMON_X86_VP9_POSTPROC_X86_H_
|
|
|