-
Notifications
You must be signed in to change notification settings - Fork 69
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
Crash when parsing malformed AAC file in faad2 #95
Comments
As I build new faad binaries I'll upload them to https://sourceforge.net/projects/lmsclients/files/utility/faad/20220205-8cde9ff/ |
@mherger I've created a multarch faad macos binary with m1, x86_64 and i386 platform support. |
Heh... interesting timing: over the weekend I spent some time building a standalone Perl to bundle with LMS for macOS. Got it working on the M1. But it's not a universal binary. I don't know yet how to do universal Perl binaries.... But I was wondering whether we shouldn't try to build universal binaries for the helpers - we currently have two folders for macOS helpers. The old one has universal binaries for PowerPC & Intel... I didn't even know you could cross build on an Intel machine!
Quick smoke test is looking good. Thanks a lot! |
Yes it took a few tries but you can build arm64 with XCode 12.2 or higher, but you can't run them. I have a 10.6 vm with xcode 3.2 that can still build ppc and ppc64 binaries. |
Thanks for the info! Yes, I've been playing with
Yes. PPC is long gone... I didn't even know we had i386 for Mac. |
Oh alright. I'll remove i386 from faad before creating the PR and won't include it in any helper binary updates going forward. |
FWIW: I removed PPC support and moved everything back to |
Just to confirm that we can drop support for i386: most of the Perl binaries for 5.18 on Mac are x86_64 only. |
ralph-irving/faad2#6
The text was updated successfully, but these errors were encountered: