X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=meson.build;h=ca2fdefe26b9d233d7689d63eb28cbfd9e0b94cd;hb=5bf13cdd5314bc3c6c81bd620e712acdcab14eb2;hp=44753087ca4a654f591324624ceb2db0adc1ffdd;hpb=cd7075dcc25fed4bff23110c1d9b5869dec63686;p=platform%2Fupstream%2Fgstreamer.git diff --git a/meson.build b/meson.build index 4475308..ca2fdef 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gstreamer', 'c', - version : '1.15.90', + version : '1.16.0', meson_version : '>= 0.47', default_options : [ 'warning_level=1', 'buildtype=debugoptimized' ]) @@ -114,6 +114,8 @@ cdata.set_quoted('PLUGINDIR', join_paths(get_option('prefix'), get_option('libdi cdata.set_quoted('VERSION', gst_version) cdata.set_quoted('GST_PLUGIN_SCANNER_INSTALLED', join_paths(prefix, helpers_install_dir, 'gst-plugin-scanner')) cdata.set_quoted('GST_PTP_HELPER_INSTALLED', join_paths(prefix, helpers_install_dir, 'gst-ptp-helper')) +cdata.set_quoted('GST_PLUGIN_SUBDIR', get_option('libdir'), + description: 'plugin directory path component, used to find plugins on relocatable builds on windows') cdata.set_quoted('GST_PLUGIN_SCANNER_SUBDIR', libexecdir, description: 'libexecdir path component, used to find plugin-scanner on relocatable builds on windows') cdata.set('GST_DISABLE_OPTION_PARSING', not get_option('option-parsing'))