mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
meson: Remove redundant env set operation
This is immediately overriden 4 lines later, and starting with Meso 0.50.1 this will lead to a noisy warning.
This commit is contained in:
parent
36d3891509
commit
8388a031ab
1 changed files with 0 additions and 1 deletions
|
@ -145,7 +145,6 @@ foreach t : base_tests
|
|||
)
|
||||
|
||||
env = environment()
|
||||
env.set('GST_PLUGIN_PATH_1_0', meson.build_root())
|
||||
env.set('GST_PLUGIN_SYSTEM_PATH_1_0', '')
|
||||
env.set('CK_DEFAULT_TIMEOUT', '20')
|
||||
env.set('GST_STATE_IGNORE_ELEMENTS', '')
|
||||
|
|
Loading…
Reference in a new issue