osdep: remove atomic.h

replace it with <stdatomic.h> and replace the mp_atomic_* typedefs with
explicit _Atomic qualified types.

also add missing config.h includes on some files.
This commit is contained in:
NRK
2023-10-19 18:18:52 +06:00
committed by sfan5
parent 2fa695c3f9
commit 2070331f64
28 changed files with 33 additions and 60 deletions

View File

@@ -27,7 +27,7 @@
#include "mpv_talloc.h"
#include "misc/bstr.h"
#include "osdep/atomic.h"
#include <stdatomic.h>
#include "common/common.h"
#include "common/global.h"
#include "misc/bstr.h"