mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
meson: Don't set c_std to gnu99
Use the default for each compiler on every platform instead. This improves our compatibility with compilers that don't have gnu99 as a c_std.
This commit is contained in:
parent
1d6167f07d
commit
f8f0cf7374
1 changed files with 0 additions and 1 deletions
|
@ -2,7 +2,6 @@ project('gst-editing-services', 'c',
|
|||
version : '1.9.90',
|
||||
meson_version : '>= 0.35.0',
|
||||
default_options : [ 'warning_level=1',
|
||||
'c_std=gnu99',
|
||||
'buildtype=debugoptimized' ])
|
||||
|
||||
gst_version = meson.project_version()
|
||||
|
|
Loading…
Reference in a new issue