Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
George Kiagiadakis
gst-plugins-good
Commits
375f3aab
Commit
375f3aab
authored
Sep 26, 2016
by
Thibault Saunier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
meson: Add gst-plugins-base plugins directories to be used by tests
parent
787f4760
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
tests/check/meson.build
tests/check/meson.build
+2
-1
No files found.
tests/check/meson.build
View file @
375f3aab
...
...
@@ -126,7 +126,8 @@ test_defines = [
]
getpluginsdir = find_program('getpluginsdir')
runcmd = run_command(getpluginsdir, 'gstreamer', 'gstreamer-1.0')
runcmd = run_command(getpluginsdir, 'gstreamer', 'gstreamer-' + api_version,
'gst-plugins-base', 'gstreamer-plugins-base-' + api_version)
if runcmd.returncode() == 0
other_plugins_dir = runcmd.stdout().strip()
message('Using GStreamer plug-ins in ' + other_plugins_dir)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment