X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2Flibvpx%2Fsource%2Fconfig%2Fwin%2Fx64%2Fvp8_rtcd.h;h=76574b86b8021aa98a871880a77ade569be5e820;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=f707f1604e970e6e18d4d4bef8156d023cf8e8c2;hpb=172ee7c03df346ff158858709f7f6494e695e0e4;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/libvpx/source/config/win/x64/vp8_rtcd.h b/src/third_party/libvpx/source/config/win/x64/vp8_rtcd.h index f707f16..76574b8 100644 --- a/src/third_party/libvpx/source/config/win/x64/vp8_rtcd.h +++ b/src/third_party/libvpx/source/config/win/x64/vp8_rtcd.h @@ -7,6 +7,10 @@ #define RTCD_EXTERN extern #endif +#ifdef __cplusplus +extern "C" { +#endif + /* * VP8 */ @@ -648,4 +652,9 @@ static void setup_rtcd_internal(void) if (flags & HAS_SSE3) vp8_diamond_search_sad = vp8_diamond_search_sadx4; } #endif + +#ifdef __cplusplus +} // extern "C" +#endif + #endif