BtbN
BtbN
I mean, statically building in external libraries is the whole point of this repo :D Adding an additional library is usually no big issue, if it's reasonable and non-broken. Pull-Requests...
You will need to configure your dockerd accordingly. The scripts have no influence on where docker stores its containers.
Closing here, since not an issue with the build scripts.
Are those external libraries? Everything that has a native de/encoder in ffmpeg should be enabled by default.
Yes, Vorbis and mp3 are also hugely popular, while these ones are ultra rare, so it's a tradeoff between maintenance work needed, increase in binary size, and increase in attack...
libgsm looks archaic, I'll see if I can get it working without too much trouble. It's packaged in basically all distros, so there's a bunch of examples to work with.
It very much depends on the library. Some of them don't play nice with modern compilers, OS, or static linking. Or are such a huge risk that it's not worth...
You'll have to run the build manually, and look at the config.log it produces, to find what it's upset about. Very often projects .pc files are broken and need manual...
No, you need to run these very builds locally, and check the config.log they generate. You don't need anything but a shell and docker for that. See the README for...
Yeah, there's your error. `__imp_sftp_init` is probably some import prefix issue. Likely libssh has some kind of macro that needs to be defined in case of static linking, and they...