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:
authorMarvin Scholz <epirat07@gmail.com>2018-09-24 12:22:25 +0300
committerMarvin Scholz <epirat07@gmail.com>2018-09-24 12:23:14 +0300
commitfa89922b96925993ba3902863db2767b205f19e1 (patch)
tree350d848dd15da56ba35f8e168cc5beed8757aa6b /meson.build
parent707acf8754dc354a37afe025718b6db64270dd0b (diff)
Build: Change C standard version to C99
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()