Skip to content

Commit

Permalink
Revert "OSX: Fix FFMPEG Xcode15 linker issue"
Browse files Browse the repository at this point in the history
This was specifically an Xcode 15.0 linker issue and not directly
related to clang.  The problem is fixed in Xcode 15.1.  Affected users
should update their version of Xcode.

The patch is being reverted as it causes some issues with non-xcode
compiles.

This reverts commit 26b4a11.
  • Loading branch information
linuxdude42 committed Dec 15, 2023
1 parent 0a25e66 commit 148966c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mythtv/external/FFmpeg/configure
Original file line number Diff line number Diff line change
Expand Up @@ -5546,8 +5546,6 @@ case $target_os in
if enabled clang; then
clang_version=$($cc -dumpversion)
test ${clang_version%%.*} -eq 11 && add_cflags -fno-stack-check
# Workaround code for Xcode >= 15
test ${clang_version%%.*} -ge 15 && add_ldflags -ld_classic
fi
;;
msys*)
Expand Down

0 comments on commit 148966c

Please sign in to comment.