vtorri

Results 124 comments of vtorri

any review of this PR ?

@ilsme maybe there should be more options: look at all the AC_ARG_* commands in configure.ac

add wolfSSL and WinCNG crypto backend

@ilsme i'll be happy to provide a PR if your PR will be applied.

on windows : %I instead of %z something like ```c #ifdef _WIN32 #define FMT_ZU "%Iu" #else #define FMT_ZU "%zu" #endif ``` and use this macro when needed. It will always...

i'm wondering if the xiph project is still alive or not. See the [status here](https://github.com/orgs/xiph/repositories?q=&type=all&language=&sort=). Only a couple of projects have _significant_ commits recently. ogg, libvorbis, speex and libtheora seem...

`HOST_SYSTEM_WINDOWS` is useless. use `_WIN32`, it is defined for all Windows compiler (msvc, gcc, clang, clang-cl, intel-cl, borland, etc...). It's simpler and reduce meson code