summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorNRK <nrk@disroot.org>2023-10-18 20:32:16 +0600
committersfan5 <sfan5@live.de>2023-10-20 21:31:09 +0200
commit2fa695c3f9d4164344228ef4083e87369de3bb33 (patch)
tree86479e5d70197a27615a55ee47cdb3d3502d63e7 /meson_options.txt
parent3fb4eb2ba47fea78e69937971974f42cba82d1df (diff)
downloadmpv-2fa695c3f9d4164344228ef4083e87369de3bb33.tar.bz2
mpv-2fa695c3f9d4164344228ef4083e87369de3bb33.tar.xz
osdep: drop atomic fallback
even msvc (which mpv apparently doesn't support) supports C11 atomics now. no need to carry around fallback with subtle semantic differences.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 3e6c8ef929..b22884354f 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -30,7 +30,6 @@ option('pthread-debug', type: 'feature', value: 'disabled', description: 'pthrea
option('rubberband', type: 'feature', value: 'auto', description: 'librubberband support')
option('sdl2', type: 'feature', value: 'disabled', description: 'SDL2')
option('sdl2-gamepad', type: 'feature', value: 'auto', description: 'SDL2 gamepad input')
-option('stdatomic', type: 'feature', value: 'auto', description: 'C11 stdatomic.h')
option('uchardet', type: 'feature', value: 'auto', description: 'uchardet support')
option('uwp', type: 'feature', value: 'disabled', description: 'Universal Windows Platform')
option('vapoursynth', type: 'feature', value: 'auto', description: 'VapourSynth filter bridge')