Brad Smith

Results 113 comments of Brad Smith

With #460 posted I am going to close this.

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

> #1015 Maybe this will help. Let us know. Both are bug reports from me. Different issues.

I'm very wary of these kind of tests. Too often we (OpenBSD) and FreeBSD and other OS's using compiler-rt have to hack around them to disable the broken test. They'll...

> Feel free to submit a PR. Ok, I wanted to see what you would say before trying to come up with something.

> Should I wait on this PR to make a new release? Go for 4.0.4.

Looking at another project I was patching for FFmpeg I changed this line and it build Ok... ``` Index: Core/AVIDump.cpp --- Core/AVIDump.cpp.orig +++ Core/AVIDump.cpp @@ -91,7 +91,7 @@ bool AVIDump::Start(int...

> The const change seems fine if you want to send a pull request. > > For the other errors, it seems like some avcodec header was not included? FFmpeg...