Skip to content

Fix libsrtp and libvpx builds on MSVC, and recommend developer mode

commit 0ef68e00:

libsrtp.recipe: Fix build failure on msvc 32-bit
size_t is available, so don't redefine it.

commit a807bfd7:

libvpx.recipe: Fix nasm not being found sometimes on MSVC
For some reason, nasm doesn't get found by MSBuild.exe anymore even
though it's in PATH when it's called. Just pass the full path to it.

commit c9c5d7cb:

README: Recommend enabling developer mode.

Merge request reports