mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
fix build
Original commit message from CVS: fix build
This commit is contained in:
parent
0e2b0bcac1
commit
0a085c2e24
1 changed files with 2 additions and 1 deletions
|
@ -85,6 +85,7 @@ check_PROGRAMS = \
|
|||
|
||||
# failing tests
|
||||
noinst_PROGRAMS = \
|
||||
libs/collectpads \
|
||||
gst/gstpipeline
|
||||
|
||||
TESTS = $(check_PROGRAMS)
|
||||
|
@ -127,7 +128,7 @@ libs_typefindhelper_LDADD = \
|
|||
|
||||
# valgrind testing
|
||||
# these just need valgrind fixing, period
|
||||
VALGRIND_TO_FIX = \
|
||||
VALGRIND_TO_FIX = \
|
||||
libs/collectpads
|
||||
|
||||
VALGRIND_IGNORE = \
|
||||
|
|
Loading…
Reference in a new issue