mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-23 19:30:20 +00:00
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:
@@ -21,7 +21,7 @@
|
||||
#include <pthread.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#include "osdep/atomic.h"
|
||||
#include <stdatomic.h>
|
||||
|
||||
#include "libmpv/client.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user