Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index d629ad1..60f00ac 100644
--- a/meson.build
+++ b/meson.build
@@ -24,7 +24,7 @@
project('dav1d', ['c'],
version: '0.0.1',
- default_options: ['c_std=c11'],
+ default_options: ['c_std=c99'],
meson_version: '>= 0.47.0')
dav1d_src_root = meson.current_source_dir()