OSDN Git Service

Add a compat stdatomic.h implementation based on suncc atomics
authorAnton Khirnov <anton@khirnov.net>
Mon, 28 Nov 2016 23:29:54 +0000 (15:29 -0800)
committerJames Almer <jamrial@gmail.com>
Fri, 2 Dec 2016 19:25:18 +0000 (16:25 -0300)
commit70faadc8268763ea6825e9846927150c5fb15d9c
tree3daa98bef037587810bda8fc55886c7bab65cdf9
parentc91e72ed52f231e02032aba54c9b06849c186355
Add a compat stdatomic.h implementation based on suncc atomics

Adapted from the code by RĂ©mi Denis-Courmont from VLC

This merges libav commit bb81ed476569b912a37ed553e756e123b6b13b14.

Signed-off-by: Wan-Teh Chang <wtc@google.com>
Reviewed-by: wm4 <nfxjfg@googlemail.com>
Signed-off-by: James Almer <jamrial@gmail.com>
compat/atomics/suncc/stdatomic.h [new file with mode: 0644]
configure