Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
gst-plugins-good
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jan Alexander Steffens
gst-plugins-good
Commits
21d50056
Commit
21d50056
authored
Oct 28, 2018
by
Nirbheek Chauhan
🐜
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
meson: Cleanup old FIXMEs that relied on meson changes
parent
cc69c876
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
tests/check/meson.build
tests/check/meson.build
+3
-3
No files found.
tests/check/meson.build
View file @
21d50056
# FIXME: use dependency('valgrind') once we have a method to get the includes
if
cc.has_header('valgrind/valgrind.h'
)
valgrind_dep = dependency('valgrind', required: false).partial_dependency(compile_args : true)
if
valgrind_dep.found(
)
cdata.set('HAVE_VALGRIND', 1)
endif
...
...
@@ -158,7 +158,7 @@ state_ignore_elements = '''aasink autoaudiosrc autoaudiosink autovideosrc
# FIXME: check, also + PTHREAD_CFLAGS
test_deps = [gst_dep, gstbase_dep, gstnet_dep, gstcheck_dep, gstaudio_dep,
gstvideo_dep, gstpbutils_dep, gstrtp_dep, gstrtsp_dep, gsttag_dep,
gstapp_dep, gio_dep] + glib_deps
gstapp_dep, gio_dep
, valgrind_dep
] + glib_deps
# FIXME: add valgrind suppression common/gst.supp gst-plugins-good.supp
foreach t : good_tests
...
...
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