Matthew Oliver
Matthew Oliver
Due to licensing issues with cuda and the gpl licensed code in ffmpeg it is not allowed to distribute ffmpeg with cuda enabled. You can create your own build for...
Ah my bad, I forgot I havnt implemented it completely in FFVSProjectGenerator. Since the output wouldnt be distributable anyway I havnt spent much time enabling it and with any kind...
> How much need donate for you to implement it ? Theres probably a couple of days of work required as unfortunately ffmpeg uses a custom nvcc compilation method so...
There was getting to many configurations so it was difficult to handle. So I figured that there was no need for debug versions as the StaticDeps builds only really affect...
libaom is on the shortlist of libs to add support for. But it may be a little while before I can get around to it (gotta pay the bills first...
Theres a new version of nettle (3.9). Try that and see of the error still exists. If it does then post a minimal reproducable code example to help debug the...
Set the verbosity to as high as it goes and run the program again. This should give more detailed error information.
Have you tried other libssh binaries such as the one from vcpkg? If its an issue with the binaries provided here then i can help but if its an issue...
There is new 0.9.0 version of libssh now available. See if that fixes your issues.
The popcount assembly file is just generated from "https://github.com/ShiftMediaProject/gmp/blob/master/mpn/x86_64/core2/popcount.asm" by manually triggering the same conversions that the stock gmp build tools use to generate assembly files (just a preprocessor). You...