X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2Flibvpx%2Fsource%2Flibvpx%2Fargs.h;h=04e0acdf1b811fc4af2123f15760a1f3415438b9;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=ea909cb46fc53efbf46b9038e48da2f00c4b2a74;hpb=7338fba38ba696536d1cc9d389afd716a6ab2fe6;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/libvpx/source/libvpx/args.h b/src/third_party/libvpx/source/libvpx/args.h index ea909cb..04e0acd 100644 --- a/src/third_party/libvpx/source/libvpx/args.h +++ b/src/third_party/libvpx/source/libvpx/args.h @@ -13,6 +13,10 @@ #define ARGS_H_ #include +#ifdef __cplusplus +extern "C" { +#endif + struct arg { char **argv; const char *name; @@ -48,4 +52,8 @@ unsigned int arg_parse_uint(const struct arg *arg); int arg_parse_int(const struct arg *arg); struct vpx_rational arg_parse_rational(const struct arg *arg); int arg_parse_enum_or_int(const struct arg *arg); +#ifdef __cplusplus +} // extern "C" +#endif + #endif // ARGS_H_