Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/orc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2020-11-07 16:24:18 +0300
committerTim-Philipp Müller <tim@centricular.com>2020-11-07 16:24:18 +0300
commit8d32f2d9f4a803e8e27c2f26ab54233d03efd023 (patch)
tree4a2b9998a6c5bd31f4015b66eab8f5b6c8baf2ac
parentf1d8693e34673b86cef1a4333a2ce58369030e5d (diff)
meson: don't set gnu99 as default c_std
Part-of: <https://gitlab.freedesktop.org/gstreamer/orc/-/merge_requests/55>
-rw-r--r--meson.build3
1 files changed, 1 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index a7c7e4c..c089a2a 100644
--- a/meson.build
+++ b/meson.build
@@ -1,8 +1,7 @@
project ('orc', 'c', version : '0.4.32',
meson_version : '>= 0.54.0',
default_options : ['buildtype=debugoptimized',
- 'warning_level=1',
- 'c_std=gnu99'] )
+ 'warning_level=1'] )
orc_api = '0.4'
orc_version_major = meson.project_version().split('.')[0]