OSDN Git Service

Add a compat stdatomic.h implementation based on windows atomics
authorAnton Khirnov <anton@khirnov.net>
Mon, 28 Nov 2016 23:29:53 +0000 (15:29 -0800)
committerJames Almer <jamrial@gmail.com>
Fri, 2 Dec 2016 19:25:17 +0000 (16:25 -0300)
commitc91e72ed52f231e02032aba54c9b06849c186355
tree9d2f04a22cfc64dc26eac0e242087edca25bf07e
parent3359eede8fc5f6b34b76138a44cf1b2ea45fe0a5
Add a compat stdatomic.h implementation based on windows atomics

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

This merges libav commit c2755864afadfbaa349e8d583665c86fe99fa90b.

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/win32/stdatomic.h [new file with mode: 0644]
configure