Skip to content
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

OSX: Fix FFMPEG Xcode15 linker issue #809

Merged
merged 1 commit into from
Oct 30, 2023
Merged

OSX: Fix FFMPEG Xcode15 linker issue #809

merged 1 commit into from
Oct 30, 2023

Conversation

jhoyt4
Copy link
Contributor

@jhoyt4 jhoyt4 commented Oct 26, 2023

With the introduction of Xcode 15, Apple has moved to a new linker and introduced the "-ld_classic" linker flag as a work around. Without this flag, FFMPEG fails to compile on systems with Xcode 15 (i.e. Sonoma).

This workaround may need to be removed at the next FFMPEG sync or when Apple deprecates the flag.

Fixes Issue 808

With the introduction of Xcode 15, Apple has moved to a new linker and
introduced the "-ld_classic" linker flag as a work around. Without this
flag, FFMPEG fails to compile on systems with Xcode 15 (i.e. Sonoma).

This workaround may need to be removed at the next FFMPEG sync or when
Apple deprecates the flag.
@linuxdude42 linuxdude42 merged commit 26b4a11 into MythTV:master Oct 30, 2023
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

macOS: linker error (starting in ffmpeg) with Xcode 15
2 participants