[mythtv-commits] [MythTV/mythtv] 411201: OSX: Fix FFMPEG Xcode15 linker issue
jhoyt4
noreply at github.com
Sun Nov 12 02:11:17 UTC 2023
Branch: refs/heads/fixes/33
Home: https://github.com/MythTV/mythtv
Commit: 4112015bfe6990b8e72cbba7074ba067132e5aff
https://github.com/MythTV/mythtv/commit/4112015bfe6990b8e72cbba7074ba067132e5aff
Author: John Hoyt <john.hoyt at gmail.com>
Date: 2023-11-09 (Thu, 09 Nov 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.
(cherry picked from commit 26b4a11a4cb22b1d6cb6efc75ff08f08c4b7ad04)
More information about the mythtv-commits
mailing list