From 55f5d557f20d9f81dad13412314f62e17bc32f5c Mon Sep 17 00:00:00 2001 From: James Zern Date: Wed, 9 Sep 2015 21:05:42 -0700 Subject: vp10: add extern "C" to headers Change-Id: Ie2e8b37fa01ce8d6b993684f431f3159d511cfb1 --- vp10/common/thread_common.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'vp10/common/thread_common.h') diff --git a/vp10/common/thread_common.h b/vp10/common/thread_common.h index 6388c7a28..a401ddcb2 100644 --- a/vp10/common/thread_common.h +++ b/vp10/common/thread_common.h @@ -14,6 +14,10 @@ #include "vp10/common/loopfilter.h" #include "vpx_util/vpx_thread.h" +#ifdef __cplusplus +extern "C" { +#endif + struct VP10Common; struct FRAME_COUNTS; @@ -54,4 +58,8 @@ void vp10_loop_filter_frame_mt(YV12_BUFFER_CONFIG *frame, void vp10_accumulate_frame_counts(struct VP10Common *cm, struct FRAME_COUNTS *counts, int is_dec); +#ifdef __cplusplus +} // extern "C" +#endif + #endif // VP10_COMMON_LOOPFILTER_THREAD_H_ -- cgit v1.2.3