Re: [FFmpeg-devel] [PATCH] configure: fix clang on macOS 10.15

2020-04-14 Thread Carl Eugen Hoyos
Am Di., 14. Apr. 2020 um 20:49 Uhr schrieb Jan Ekström : > > On Tue, Apr 14, 2020 at 8:45 PM Josh de Kock wrote: > > > > Works around a bug in the newer Xcode 11's clang with -fstack-check > > emitting bad code with misaligned call instructions. > > --- > > configure | 5 + > > 1 file

Re: [FFmpeg-devel] [PATCH] configure: fix clang on macOS 10.15

2020-04-14 Thread Jan Ekström
On Tue, Apr 14, 2020 at 8:45 PM Josh de Kock wrote: > > Works around a bug in the newer Xcode 11's clang with -fstack-check > emitting bad code with misaligned call instructions. > --- > configure | 5 + > 1 file changed, 5 insertions(+) > > diff --git a/configure b/configure > index

[FFmpeg-devel] [PATCH] configure: fix clang on macOS 10.15

2020-04-14 Thread Josh de Kock
Works around a bug in the newer Xcode 11's clang with -fstack-check emitting bad code with misaligned call instructions. --- configure | 5 + 1 file changed, 5 insertions(+) diff --git a/configure b/configure index 4d4c429be9..c872a2932d 100755 --- a/configure +++ b/configure @@ -5358,6