--
You received this message because you are subscribed to the Google Groups "Application Developers" group.
To post to this group, send email to apps-...@webmproject.org.
To unsubscribe from this group, send email to apps-devel+...@webmproject.org.
For more options, visit this group at http://groups.google.com/a/webmproject.org/group/apps-devel/?hl=en.
To post to this group, send email to apps-...@webmproject.org.
To unsubscribe from this group, send email to apps-devel+...@webmproject.org.
Hi Vaibhav,
I think you can just modify the udpsample projects to link to
vpxmt.lib instead. They're the same library, the mt one uses the
static c runtime so it is easier to distribute. We should probably
update the udpsample projects to use that by default, so you can just
download the binary build for windows and plug it in.
1>grabcompressandsend.obj : error LNK2019: unresolved external symbol _vpx_img_alloc referenced in function _main
1>grabcompressandsend.obj : error LNK2019: unresolved external symbol _vpx_img_free referenced in function _main
1>grabcompressandsend.obj : error LNK2019: unresolved external symbol _vpx_codec_error referenced in function "void __cdecl ctx_exit_on_error(struct vpx_codec_ctx *,char const *)" (?ctx_exit_on_error@@YAXPAUvpx_codec_ctx@@PBD@Z)
1>receivedecompressandplay.obj : error LNK2001: unresolved external symbol _vpx_codec_error
1>grabcompressandsend.obj : error LNK2019: unresolved external symbol _vpx_codec_destroy referenced in function _main
1>receivedecompressandplay.obj : error LNK2001: unresolved external symbol _vpx_codec_destroy
1>grabcompressandsend.obj : error LNK2019: unresolved external symbol _vpx_codec_control_ referenced in function _main
1>receivedecompressandplay.obj : error LNK2001: unresolved external symbol _vpx_codec_control_
1>grabcompressandsend.obj : error LNK2019: unresolved external symbol _vpx_codec_enc_init_ver referenced in function _main
1>grabcompressandsend.obj : error LNK2019: unresolved external symbol _vpx_codec_enc_config_default referenced in function _main
1>grabcompressandsend.obj : error LNK2019: unresolved external symbol _vpx_codec_encode referenced in function _main
1>grabcompressandsend.obj : error LNK2019: unresolved external symbol _vpx_codec_get_cx_data referenced in function _main
1>grabcompressandsend.obj : error LNK2001: unresolved external symbol _vpx_codec_vp8_cx_algo
1>receivedecompressandplay.obj : error LNK2019: unresolved external symbol __imp__GetStockObject@4 referenced in function "void __cdecl display_win_main(void *)" (?display_win_main@@YAXPAX@Z)
1>receivedecompressandplay.obj : error LNK2019: unresolved external symbol _vpx_codec_dec_init_ver referenced in function _main
1>receivedecompressandplay.obj : error LNK2019: unresolved external symbol _vpx_codec_decode referenced in function _main
1>receivedecompressandplay.obj : error LNK2019: unresolved external symbol _vpx_codec_get_frame referenced in function _main
1>receivedecompressandplay.obj : error LNK2019: unresolved external symbol _DirectDrawCreateEx@16 referenced in function "void __cdecl setup_surface(void)" (?setup_surface@@YAXXZ)
1>receivedecompressandplay.obj : error LNK2001: unresolved external symbol _vpx_codec_vp8_dx_algo
1>receivedecompressandplay.obj : error LNK2001: unresolved external symbol _IID_IDirectDraw7