X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2Flibvpx%2Fsource%2Flibvpx%2Fwebmdec.h;h=fa5a52eaf10930fa3c19b39d667a95714ff64f50;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=002fbe645a3e862002109eab2e90b01ddfa9e356;hpb=7338fba38ba696536d1cc9d389afd716a6ab2fe6;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/libvpx/source/libvpx/webmdec.h b/src/third_party/libvpx/source/libvpx/webmdec.h index 002fbe6..fa5a52e 100644 --- a/src/third_party/libvpx/source/libvpx/webmdec.h +++ b/src/third_party/libvpx/source/libvpx/webmdec.h @@ -12,6 +12,10 @@ #include "./tools_common.h" +#ifdef __cplusplus +extern "C" { +#endif + struct nestegg; struct nestegg_packet; struct VpxInputContext; @@ -37,4 +41,8 @@ int webm_guess_framerate(struct WebmInputContext *webm_ctx, void webm_free(struct WebmInputContext *webm_ctx); +#ifdef __cplusplus +} // extern "C" +#endif + #endif // WEBMDEC_H_