Skip to content
Snippets Groups Projects
Commit 77e26de1 authored by Nirbheek Chauhan's avatar Nirbheek Chauhan :ant:
Browse files

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.
parent 108b08cc
No related branches found
No related tags found
Loading
......@@ -2,7 +2,6 @@ project('gst-libav', 'c', 'cpp',
version : '1.9.2.1',
meson_version : '>= 0.33.0',
default_options : [ 'warning_level=1',
'c_std=gnu99',
'buildtype=debugoptimized' ])
gst_version = meson.project_version()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment