Niklas Haas
Niklas Haas
``` Library glslang-default-resource-limits found: YES ``` This is the library that this symbol should be defined in..
> .gnu.lto Try setting `-Db_lto=true` in your libplacebo build, does that make it work?
https://stackoverflow.com/questions/27372667/undefined-reference-cross-compiling-static-libraries-with-lto-under-gcc Seems to be the same issue, possibly - I think your build of `glslang` is broken, whence did you obtain it?
Ah, I see. Then it might even be a GCC bug? Maybe you can try using a dynamically linked build of glslang instead?
IS this still an issue?
b63864e5c should fix this
From your log, the biggest issue I see is that the available memory size is reported as 0: ``` [MPV Log] [vo/gpu/libplacebo] v: Memory heaps supported by device: [MPV Log]...
I cannot reproduce this, what gamut mapping function is being used here? Which loop is going infinite?
Latter sounds like possible bug in ffmpeg (illegal usage set on AVFrames?) For cuda->vulkan hwupload, where does it segfault? Do you have a stack trace? Unfortunately I have no CUDA...