diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2008-05-14 16:21:05 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2008-05-14 16:21:05 +0000 |
commit | bfd70466939298a2d3b9ed8f6f3283b3ce7dc8e2 (patch) | |
tree | 40f71b9a30339288591895c4d513e10a875386c6 /tests | |
parent | 426c88452b75ab75766b2d4f00014dc75a7cfcc8 (diff) | |
download | gst-plugins-bad-bfd70466939298a2d3b9ed8f6f3283b3ce7dc8e2.tar.gz gst-plugins-bad-bfd70466939298a2d3b9ed8f6f3283b3ce7dc8e2.tar.bz2 gst-plugins-bad-bfd70466939298a2d3b9ed8f6f3283b3ce7dc8e2.zip |
tests/check/Makefile.am: Remove deinterleave test from VALGRIND_TO_FIX again now that there are suppressions in gst.s...
Original commit message from CVS:
* tests/check/Makefile.am:
Remove deinterleave test from VALGRIND_TO_FIX again now that
there are suppressions in gst.supp which make this work for me.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/check/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index ecf61001..06fdf362 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -59,7 +59,6 @@ endif VALGRIND_TO_FIX = \ - elements/deinterleave \ elements/mpeg2enc \ elements/mplex |