meson: Don't set c_std to gnu99
authorNirbheek Chauhan <nirbheek@centricular.com>
Sat, 15 Oct 2016 16:32:48 +0000 (22:02 +0530)
committerNirbheek Chauhan <nirbheek@centricular.com>
Sat, 15 Oct 2016 16:36:40 +0000 (22:06 +0530)
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.

meson.build

index aad97a8..a0eaf08 100644 (file)
@@ -2,7 +2,6 @@ project('gst-plugins-base', 'c', 'cpp',
   version : '1.9.90',
   meson_version : '>= 0.35.0',
   default_options : [ 'warning_level=1',
-                      'c_std=gnu99',
                       'buildtype=debugoptimized' ])
 
 gst_version = meson.project_version()