<div dir="ltr"><div>With the release of the latest macOS 14 (Sonoma) and Xcode 15, I've just gotten around to test compiling fixes/33 and master.  Unfortunately, Xcode 15 introduces a new linker which breaks (at least) FFMPEG in fixes/33 and master.  I've started a github issues here: <a href="https://github.com/MythTV/mythtv/issues/808">https://github.com/MythTV/mythtv/issues/808</a></div><div><br></div><div>There is a work around suggested by other sites affected by the same FFMPEG error to add '<span style="background-color:rgba(175,184,193,0.2);color:rgb(31,35,40);font-family:ui-monospace,SFMono-Regular,"SF Mono",Menlo,Consolas,"Liberation Mono",monospace;font-size:11.9px">-Wl,-ld_classic</span>" to the linker flags. I have confirmed that this does work by adding "<span style="font-family:ui-monospace,SFMono-Regular,"SF Mono",Menlo,Consolas,"Liberation Mono",monospace;font-size:11.9px;color:rgb(31,35,40)">export LDFLAGS="$LDFLAGS -Wl,-ld_classic"</span> to my build environment.</div><div><br></div><div>Is there a better place (perhaps one that only pushes the flags to FFMPEG) to better test that this issue is solely limited to FFMPEG?</div><div><br></div><div>Thanks for the pointers!</div><div>John</div></div>