summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2016-10-15 22:19:02 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2016-10-15 22:19:02 +0530
commit7c7e0a6a6dcee8f018a238b655cf269b8ca9e574 (patch)
treea10920ccf08bd016d038dcc8fad890d5f5d86e25
parentdbdb84c2d3f95188cf6d4cf93e49a9b62dbfa51e (diff)
downloadgstreamer-plugins-bad-7c7e0a6a6dcee8f018a238b655cf269b8ca9e574.tar.gz
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.
-rw-r--r--meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index e857b1ba5..cac1cc8cf 100644
--- a/meson.build
+++ b/meson.build
@@ -2,7 +2,6 @@ project('gst-plugins-bad', 'c', 'cpp',
version : '1.9.90',
meson_version : '>= 0.33.0',
default_options : [ 'warning_level=1',
- 'c_std=gnu99',
'buildtype=debugoptimized' ])
gst_version = meson.project_version()