X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2Flibvpx%2Fsource%2Fconfig%2Fmac%2Fia32%2Fvp9_rtcd.h;h=42d7ed72e91b97df1dedb62af503c83ab69a4c12;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=54a34e935fdf6cc20c011ee80b79617bd3e650f5;hpb=7338fba38ba696536d1cc9d389afd716a6ab2fe6;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/libvpx/source/config/mac/ia32/vp9_rtcd.h b/src/third_party/libvpx/source/config/mac/ia32/vp9_rtcd.h index 54a34e9..42d7ed7 100644 --- a/src/third_party/libvpx/source/config/mac/ia32/vp9_rtcd.h +++ b/src/third_party/libvpx/source/config/mac/ia32/vp9_rtcd.h @@ -7,6 +7,10 @@ #define RTCD_EXTERN extern #endif +#ifdef __cplusplus +extern "C" { +#endif + /* * VP9 */ @@ -499,4 +503,9 @@ static void setup_rtcd_internal(void) if (flags & HAS_SSE2) vp9_iht16x16_256_add = vp9_iht16x16_256_add_sse2; } #endif + +#ifdef __cplusplus +} // extern "C" +#endif + #endif