From 0940c9cfdeb8f248e8422ddc5a7265fa2e9a693f Mon Sep 17 00:00:00 2001 From: James Zern Date: Sat, 18 Jan 2014 12:16:11 -0800 Subject: vp9/common: add extern "C" to headers Change-Id: Ic334da9aee968e33762c2b25d9fbad24c844b411 --- vp9/common/vp9_ppflags.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'vp9/common/vp9_ppflags.h') diff --git a/vp9/common/vp9_ppflags.h b/vp9/common/vp9_ppflags.h index 561c93028..8168935fc 100644 --- a/vp9/common/vp9_ppflags.h +++ b/vp9/common/vp9_ppflags.h @@ -11,6 +11,10 @@ #ifndef VP9_COMMON_VP9_PPFLAGS_H_ #define VP9_COMMON_VP9_PPFLAGS_H_ +#ifdef __cplusplus +extern "C" { +#endif + enum { VP9D_NOFILTERING = 0, VP9D_DEBLOCK = 1 << 0, @@ -35,4 +39,8 @@ typedef struct { int display_mv_flag; } vp9_ppflags_t; +#ifdef __cplusplus +} // extern "C" +#endif + #endif // VP9_COMMON_VP9_PPFLAGS_H_ -- cgit v1.2.3