Amyspark

Results 107 comments of Amyspark

@nirbheek I'd do it, but I'm not sure how to do reflection on targets from windowstests.py. We'd also need some placeholder library to enable the lookup.

@nirbheek Just figured a way to add that test :D All lines should be covered now.

> I was attempting to gently lead people to the conclusion that they need to rebuild pkgconf. From a quick look at the official repo, it's unclear how to achieve...

This also affects using Meson-built libraries from Rust, which hardcodes the MSVC ABI to expect .lib: https://github.com/rust-lang/rust/blob/2ceed0b6cb9e9866225d7cfcfcbb4a62db047163/compiler/rustc_target/src/spec/windows_msvc_base.rs#L15

> So rustc produces import libraries that are unusable by mingw GCC which is otherwise capable of linking together mingw+ucrt libraries and MSVC libraries? I'm talking specifically about Microsoft's MSVC,...

@xclaesse @eli-schwartz Once more, my remarks so far only cover the MSVC compiler -- I've not tried to build gst-plugins-rs with MSYS2, so I cannot comment or offer any insights...

> MSVC doesn't have a standard, period, so that shouldn't be a problem. Quoting from https://learn.microsoft.com/en-us/cpp/build/reference/dot-lib-files-as-linker-input?view=msvc-170: > LINK accepts COFF standard libraries and COFF import libraries, both of which usually...

Hi all, coming here from GStreamer. I've already found and fixed a similar issue in [flac](https://github.com/mesonbuild/wrapdb/pull/1421), I'll be glad to have a look into it.

@jmvalin It does fix the issue. Nits: - I had to disable that new DNN component altogether, I guess it's designed to be used from the tarball only? - Opus...