mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 05:59:10 +00:00
play: Actually check for valgrind for the tests
Other tests in gst-plugins-bad also assumed it to be checked. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7650>
This commit is contained in:
parent
0464076b26
commit
13ed55f0ee
1 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
valgrind_dep = dependency('valgrind', required: false).partial_dependency(compile_args : true)
|
||||
if valgrind_dep.found()
|
||||
cdata.set('HAVE_VALGRIND', 1)
|
||||
endif
|
||||
|
||||
have_registry = true # FIXME get_option('registry')
|
||||
|
||||
libparser = static_library('parser',
|
||||
|
|
Loading…
Reference in a new issue