evpobr

Results 171 comments of evpobr

It seems like we check Sndio presence on OpenBSD platform only. @SoapGentoo , does it make sense to check it also on Linux platform?

Yes, in our code ALSA is default and exclusive with Sndio.

Hi @umlaeute . Thanks for info.

Hi @SpaceIm . This is not always true: > All vcpkg-affecting variables must be defined before the first project() directive, such as via the command line or set() statements. https://vcpkg.io/en/docs/users/buildsystems/cmake-integration.html#vcpkg_manifest_features

`list()` commands are still above `project()`.

In fact, i can't find in the documentation where other commands are forbidden before calling project()? https://cmake.org/cmake/help/latest/command/project.html

Hi @magnus-nomono , thanks for interesting bug report. No ideas how to fix it yet.

@umlaeute explained everything well #882.

> @arthurt i haven't checked whether this PR removes _all_ uses of `CPU_CLIPS_*`, or only those that are not about `int32_t`. if the latter, than the `--disable-cpu-clip` flag still makes...

Hi @ash1852 , thanks for report. Yes, it looks like it's a bug. @arthurt , what do you think?