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:
authorNirbheek Chauhan <nirbheek@centricular.com>2020-07-01 03:45:16 +0300
committerTim-Philipp Müller <tim@centricular.com>2020-09-12 01:39:46 +0300
commit152be79711b18d54827fffdf44fb43bed9b91e30 (patch)
treef954338568c2d5be6ca3319ec96469f20ff9b40d
parent629864f073ae003e63c026c1de2407fec713cb53 (diff)
meson: Bump version to 0.54 to fix warnings
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 4054c1d..3b6c6b7 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project ('orc', 'c', version : '0.4.32',
- meson_version : '>= 0.49.0',
+ meson_version : '>= 0.54.0',
default_options : ['buildtype=debugoptimized',
'warning_level=1',
'c_std=gnu99'] )