[mythtv-commits] [MythTV/mythtv] 26b4a1: OSX: Fix FFMPEG Xcode15 linker issue
jhoyt4
noreply at github.com
Mon Oct 30 23:11:16 UTC 2023
Branch: refs/heads/master
Home: https://github.com/MythTV/mythtv
Commit: 26b4a11a4cb22b1d6cb6efc75ff08f08c4b7ad04
https://github.com/MythTV/mythtv/commit/26b4a11a4cb22b1d6cb6efc75ff08f08c4b7ad04
Author: John Hoyt <john.hoyt at gmail.com>
Date: 2023-10-30 (Mon, 30 Oct 2023)
Changed paths:
M mythtv/external/FFmpeg/configure
Log Message:
-----------
OSX: Fix FFMPEG Xcode15 linker issue
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.
More information about the mythtv-commits
mailing list