mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 23:36:38 +00:00
meson: Specify pluginsdir setting the environment
And do not specify the separator as this is OS dependent and will be handled properly by default
This commit is contained in:
parent
73c70847ad
commit
21d3a820e2
1 changed files with 2 additions and 2 deletions
|
@ -129,7 +129,7 @@ foreach t : base_tests
|
||||||
env = environment()
|
env = environment()
|
||||||
env.set('GST_PLUGIN_PATH_1_0',
|
env.set('GST_PLUGIN_PATH_1_0',
|
||||||
meson.build_root(), '@0@/@1@'.format(get_option('prefix'), plugins_install_dir),
|
meson.build_root(), '@0@/@1@'.format(get_option('prefix'), plugins_install_dir),
|
||||||
seperator: ':')
|
pluginsdirs)
|
||||||
env.set('GST_PLUGIN_SYSTEM_PATH_1_0', '')
|
env.set('GST_PLUGIN_SYSTEM_PATH_1_0', '')
|
||||||
env.set('GST_STATE_IGNORE_ELEMENTS', 'cdio cdparanoiasrc libvisual_ alsasrc alsasink')
|
env.set('GST_STATE_IGNORE_ELEMENTS', 'cdio cdparanoiasrc libvisual_ alsasrc alsasink')
|
||||||
env.set('CK_DEFAULT_TIMEOUT', '20')
|
env.set('CK_DEFAULT_TIMEOUT', '20')
|
||||||
|
@ -153,7 +153,7 @@ foreach group : [1, 2, 3, 4, 5, 6]
|
||||||
env = environment()
|
env = environment()
|
||||||
env.set('GST_PLUGIN_PATH_1_0',
|
env.set('GST_PLUGIN_PATH_1_0',
|
||||||
meson.build_root(), '@0@/@1@'.format(get_option('prefix'), plugins_install_dir),
|
meson.build_root(), '@0@/@1@'.format(get_option('prefix'), plugins_install_dir),
|
||||||
seperator: ':')
|
pluginsdir)
|
||||||
env.set('GST_PLUGIN_SYSTEM_PATH_1_0', '')
|
env.set('GST_PLUGIN_SYSTEM_PATH_1_0', '')
|
||||||
env.set('GST_STATE_IGNORE_ELEMENTS', 'cdio cdparanoiasrc libvisual_ alsasrc alsasink')
|
env.set('GST_STATE_IGNORE_ELEMENTS', 'cdio cdparanoiasrc libvisual_ alsasrc alsasink')
|
||||||
env.set('CK_DEFAULT_TIMEOUT', '20')
|
env.set('CK_DEFAULT_TIMEOUT', '20')
|
||||||
|
|
Loading…
Reference in a new issue