-
Notifications
You must be signed in to change notification settings - Fork 59
Upload binaries to Github Releases? #43
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
Comments
I'm not distributing binary build because of this (quoted from NOTICE of FDK-AAC library):
|
Yuck. For some reason I was under the impression that AAC was owned by Apple and that it was royalty free. Maybe that's just m4a... or maybe I just dreamed it up. Additional resources, for others following:
(Apple isn't even on the list of owners, oddly enough) |
wrt patents:
The patent terms are funny. It covers encoders and decoders equally. Although FFmpeg does not have the ability to encode all the fancy ELD, HE, whatever stuff, it can decode all of them, and hence should be hit as hard as |
To follow |
Maybe I can find a stronger argument. Debian is perfectly happy to distribute fdk-aac https://packages.debian.org/source/sid/fdk-aac despite its qualms about the "oh no it's banning people from charging for the code so it's non-free" business. Debian, as in the linux distribution more serious about license issues than the FSF. |
There is a stripped down version of FDK-AAC https://gitlab.freedesktop.org/wtaymans/fdk-aac-stripped
https://repology.org/project/fdk-aac-free/versions Here is fdkaac built with stripped fdk-aac |
Would you mind uploading compiled binaries to Github Releases?
It seems like this project is pretty much complete, so it's probably not worth worrying about setting up any sort of automated build process since just one upload every few years would seem to suffice.
Build Instructions
I have some instructions for how to build on Mac and Linux, and I'd be happy to supply binaries for those two (including Apple Silicon M1).
(my process is documented here: https://github.com/coolaj86/fdkaac/releases/tag/v1.0.1-pre-1)
Trustable 1st Party Builds
I realize that I could host these on my own Github page (which I'm doing for a client currently), but I'd like to get this up on Webi (webinstall.dev) as well, and we try to avoid 3rd party builds whenever possible since people generally trust 1st party builds more (and they generally work as documented).
The text was updated successfully, but these errors were encountered: