]> git.sesse.net Git - ffmpeg/commit
configure: fix clang on macOS 10.15
authorJosh de Kock <josh@itanimul.li>
Tue, 14 Apr 2020 17:42:09 +0000 (18:42 +0100)
committerJosh de Kock <josh@itanimul.li>
Wed, 15 Apr 2020 14:45:31 +0000 (15:45 +0100)
commit07ecc4615c3ef5cc2fc61209a845cffd0c073b13
tree93ce3f819847ec510d9a3c775230072cb4565965
parent5216edbc54c79869ce630579199e53454f96df96
configure: fix clang on macOS 10.15

Works around a bug in the newer Xcode 11's clang with -fstack-check
emitting bad code with misaligned call instructions.

This fixes Trac #8073
configure