Dominik Winecki

Results 5 comments of Dominik Winecki

OSU no longer allows running custom mail servers for external orgs like this. The MX record still exists, but the network will block anything going to that server, and with...

We still have an office. The server was recently changed to be officially managed through OSU but we still have it running in the office. I don't really know the...

I tested this and it fixes the currently broken linking with OpenCV (#130)

Turns out the issue is in `linking_with_pkg_config` when introduced [here](https://github.com/CCExtractor/rusty_ffmpeg/commit/4011018dacd67e0651c5118d9f698e37bd80ac68#diff-d0d98998092552a1d3259338c2c71e118a5b8343dd4703c0c7f552ada7f9cb42R299). This old behavior works fine: ```rust .statik(true).cargo_metadata(true) ``` The new behavior (```.cargo_metadata(false)```) is what causes the linker failure

Seems like the build.rs linking was updated recently with 0.16.3. With these changes there are no longer build failures, but there are memory issues causing segfaults on a bunch of...