X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=meson.build;h=e738c557f0d9b3d2b77b9cdde6cd4cbf0b20091b;hb=04a637ae64582e8830205c42cc6d9ef4aabc969a;hp=ae0e88959e41da3652f3b188a43b73c6811c8604;hpb=fda27c18faea0177212e58c2a940af324ec55ab0;p=platform%2Fupstream%2Fgstreamer.git diff --git a/meson.build b/meson.build index ae0e889..e738c55 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gstreamer', 'c', - version : '1.15.2.1', + version : '1.16.0', meson_version : '>= 0.47', default_options : [ 'warning_level=1', 'buildtype=debugoptimized' ]) @@ -458,7 +458,7 @@ gir_init_section = [ '--add-init-section=extern void gst_init(gint*,gchar**);' + 'g_setenv("GST_REGISTRY_1.0", "/no/way/this/exists.reg", TRUE);' + \ 'g_setenv("GST_PLUGIN_PATH_1_0", "", TRUE);' + \ 'g_setenv("GST_PLUGIN_SYSTEM_PATH_1_0", "", TRUE);' + \ - 'gst_init(NULL,NULL);' ] + 'gst_init(NULL,NULL);', '--quiet'] gst_c_args = ['-DHAVE_CONFIG_H']