summaryrefslogtreecommitdiff
path: root/vp9/decoder/vp9_thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp9/decoder/vp9_thread.h')
-rw-r--r--vp9/decoder/vp9_thread.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/vp9/decoder/vp9_thread.h b/vp9/decoder/vp9_thread.h
index a624f3c2a..bc69cfa1f 100644
--- a/vp9/decoder/vp9_thread.h
+++ b/vp9/decoder/vp9_thread.h
@@ -19,7 +19,7 @@
#include "./vpx_config.h"
-#if defined(__cplusplus) || defined(c_plusplus)
+#ifdef __cplusplus
extern "C" {
#endif
@@ -91,7 +91,7 @@ void vp9_worker_end(VP9Worker* const worker);
//------------------------------------------------------------------------------
-#if defined(__cplusplus) || defined(c_plusplus)
+#ifdef __cplusplus
} // extern "C"
#endif