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

@@ -21,7 +21,7 @@
#include <pthread.h>
#include <stdbool.h>
#include "osdep/atomic.h"
#include <stdatomic.h>
#include "libmpv/client.h"