evpobr
evpobr
The only way to detect installed Opus version without `pkg-config` (Windows platform) is parsing some version header and reading values from defines, e.g `OPUS_VERSION_MAJOR`, `OPUS_VERSION_MAJOR` etc. So, can `opus_version.h` public...
Description =========== This patch adds support of CMake meta build system, so you can generate Unix makefiles, VS 6.0-2017 projects and many more. Features ======== * Win32 and Linux tested...
Visual Studio projects are obsolete, VS2008 project is broken. I have working CMakeLists.txt project for speex, with almost every Autotools option implemented. That means you can generate Unix makefiles, VS...
Related to #808.
@erikd, can we do some changes in code style? The idea is to allow automatic code formatting with well known tools like `indent`, `astyle` or `clang-format`. They can be incorporated...
- [ ] Implement Vcpkg speex package - [ ] Add Speex support to libsdnfile Some parts are implemented, but this codec is in experimental status. @erikd, explain please what...