projects
/
platform
/
upstream
/
gst-plugins-bad.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36d3891
)
meson: Remove redundant env set operation
author
Nirbheek Chauhan
<nirbheek@centricular.com>
Sat, 13 Apr 2019 06:04:22 +0000
(11:34 +0530)
committer
Nirbheek Chauhan
<nirbheek@centricular.com>
Sat, 13 Apr 2019 06:04:22 +0000
(11:34 +0530)
This is immediately overriden 4 lines later, and starting with Meso
0.50.1 this will lead to a noisy warning.
tests/check/meson.build
patch
|
blob
|
history
diff --git
a/tests/check/meson.build
b/tests/check/meson.build
index de5b408c0c9295f2080016cd6f7bd7f56391bf3f..cd77fb4b3975cc661e1ea27428e5b16d4830b7ce 100644
(file)
--- a/
tests/check/meson.build
+++ b/
tests/check/meson.build
@@
-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', '')