-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build process for generating these binaries #12
Comments
The binary libs and executables in this repo are copies of the binaries "official" binaries obtained via the projects webpages (e.g. https://www.ffmpeg.org). |
ok, so shouldnt be too hard to write a script which matches that process, and theoretically identifies when a new version can be added here. |
I guess that should be possible. Though I don't think that it's that important to always have the latest version of these binaries. |
True but new versions can also include new architectures. e.g. I notice that the ffmpeg only has 64bit here for the latest version, but there are i686 builds at https://johnvansickle.com/ffmpeg/ (which is linked to from https://www.ffmpeg.org/download.html#build-linux ) There are also mac builds available for latest ffmpeg. And the old ffmpeg is very very old and not terribly useful these days. |
A case for not having the latest version is that they may require newer versions of the OS (e.g. build against later versions of glibc). |
It would be useful to have scripts included here to regenerate these binaries.
That would allow other people to see what is needed to build there own compatible libraries, and also allow auditing that these generated binaries are reproducible , ensuring they are accurate builds without any injected code.
The text was updated successfully, but these errors were encountered: