| Index: source/libvpx/vp9/decoder/vp9_thread.h
|
| ===================================================================
|
| --- source/libvpx/vp9/decoder/vp9_thread.h (revision 247498)
|
| +++ source/libvpx/vp9/decoder/vp9_thread.h (working copy)
|
| @@ -19,7 +19,7 @@
|
|
|
| #include "./vpx_config.h"
|
|
|
| -#if defined(__cplusplus) || defined(c_plusplus)
|
| +#ifdef __cplusplus
|
| extern "C" {
|
| #endif
|
|
|
| @@ -91,7 +91,7 @@
|
|
|
| //------------------------------------------------------------------------------
|
|
|
| -#if defined(__cplusplus) || defined(c_plusplus)
|
| +#ifdef __cplusplus
|
| } // extern "C"
|
| #endif
|
|
|
|
|