Skip to content

meson: Check whether stdatomic.h is actually usable

Seungha Yang requested to merge seungha.yang/ffmpeg:stdatomic into meson-4.4

cc.has_header('stdatomic.h') checks existence of the file but it may not guarantee whether it's actually usable. Note that there's the same check in "configure" file already.

Merge request reports