| Index: source/libvpx/vp8/common/threading.h
|
| ===================================================================
|
| --- source/libvpx/vp8/common/threading.h (revision 247498)
|
| +++ source/libvpx/vp8/common/threading.h (working copy)
|
| @@ -12,6 +12,10 @@
|
| #ifndef VP8_COMMON_THREADING_H_
|
| #define VP8_COMMON_THREADING_H_
|
|
|
| +#ifdef __cplusplus
|
| +extern "C" {
|
| +#endif
|
| +
|
| #if CONFIG_OS_SUPPORT && CONFIG_MULTITHREAD
|
|
|
| /* Thread management macros */
|
| @@ -183,4 +187,8 @@
|
|
|
| #endif /* CONFIG_OS_SUPPORT && CONFIG_MULTITHREAD */
|
|
|
| +#ifdef __cplusplus
|
| +} // extern "C"
|
| +#endif
|
| +
|
| #endif // VP8_COMMON_THREADING_H_
|
|
|