[vlc-devel] [PATCH 2/2] thread: fix compilation with clang 7 or older
Hugo Beauzée-Luyssen
hugo at beauzee.fr
Fri Feb 28 09:37:24 CET 2020
On Fri, Feb 28, 2020, at 7:34 AM, Rémi Denis-Courmont wrote:
> This patch enables people to use outdated compilers that will miss
> modern optimisations and threat mitigation features from newer LLVM
> versions, which are available for all platforms that any VLC dev cares
> about. All of that to avoid one apt-get install or equivalent.
>
This patch enables people with a strict C11 compliant atomic_load implementation to compile VLC.
--
Hugo Beauzée-Luyssen
hugo at beauzee.fr
More information about the vlc-devel
mailing list