Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | compat: drop gcc, suncc, and pthreads stdatomic emulation | Anton Khirnov | 2024-09-23 | 1 | -39/+0 |
| | | | | | Since we now require a C11-compliant compiler, there should be no supported configurations where any of these is used. | ||||
* | Add a compat stdatomic.h implementation based on pthreads | Anton Khirnov | 2016-12-02 | 1 | -0/+39 |
Adapted from the code by Rémi Denis-Courmont from VLC This merges libav commit f9a6a80e065cdb95b233978f1d96ec9bc863daa1. Signed-off-by: Wan-Teh Chang <wtc@google.com> Reviewed-by: wm4 <nfxjfg@googlemail.com> Signed-off-by: James Almer <jamrial@gmail.com> |