Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
dav1d
Commits
fa89922b
Commit
fa89922b
authored
Sep 24, 2018
by
Marvin Scholz
Browse files
Build: Change C standard version to C99
parent
707acf87
Changes
1
Hide whitespace changes
Inline
Side-by-side
meson.build
View file @
fa89922b
...
...
@@ -24,7 +24,7 @@
project
(
'dav1d'
,
[
'c'
],
version
:
'0.0.1'
,
default_options
:
[
'c_std=c
11
'
],
default_options
:
[
'c_std=c
99
'
],
meson_version
:
'>= 0.47.0'
)
dav1d_src_root
=
meson
.
current_source_dir
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment