mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-30 05:31:15 +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
|
# failing tests
|
||||||
noinst_PROGRAMS = \
|
noinst_PROGRAMS = \
|
||||||
|
libs/collectpads \
|
||||||
gst/gstpipeline
|
gst/gstpipeline
|
||||||
|
|
||||||
TESTS = $(check_PROGRAMS)
|
TESTS = $(check_PROGRAMS)
|
||||||
|
@ -127,7 +128,7 @@ libs_typefindhelper_LDADD = \
|
||||||
|
|
||||||
# valgrind testing
|
# valgrind testing
|
||||||
# these just need valgrind fixing, period
|
# these just need valgrind fixing, period
|
||||||
VALGRIND_TO_FIX = \
|
VALGRIND_TO_FIX = \
|
||||||
libs/collectpads
|
libs/collectpads
|
||||||
|
|
||||||
VALGRIND_IGNORE = \
|
VALGRIND_IGNORE = \
|
||||||
|
|
Loading…
Reference in a new issue