projects
/
platform
/
upstream
/
gst-editing-services.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d6167f
)
meson: Don't set c_std to gnu99
author
Nirbheek Chauhan
<nirbheek@centricular.com>
Sat, 15 Oct 2016 16:51:24 +0000
(22:21 +0530)
committer
Nirbheek Chauhan
<nirbheek@centricular.com>
Sat, 15 Oct 2016 16:51:51 +0000
(22:21 +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
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index
b4d330e
..
319818e
100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-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()