mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 07:16:55 +00:00
tests/check/Makefile.am: Re-enable cddabasesrc test to see if it works again now.
Original commit message from CVS: * tests/check/Makefile.am: Re-enable cddabasesrc test to see if it works again now.
This commit is contained in:
parent
bfc803b0b4
commit
d1479db4ba
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2006-09-29 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
|
* tests/check/Makefile.am:
|
||||||
|
Re-enable cddabasesrc test to see if it works again
|
||||||
|
now.
|
||||||
|
|
||||||
2006-09-29 Wim Taymans <wim@fluendo.com>
|
2006-09-29 Wim Taymans <wim@fluendo.com>
|
||||||
|
|
||||||
* gst/playback/gstplaybasebin.c: (setup_subtitle),
|
* gst/playback/gstplaybasebin.c: (setup_subtitle),
|
||||||
|
|
|
@ -63,6 +63,7 @@ check_PROGRAMS = \
|
||||||
generic/clock-selection \
|
generic/clock-selection \
|
||||||
generic/states \
|
generic/states \
|
||||||
libs/audio \
|
libs/audio \
|
||||||
|
libs/cddabasesrc \
|
||||||
libs/tag \
|
libs/tag \
|
||||||
libs/video \
|
libs/video \
|
||||||
pipelines/simple-launch-lines
|
pipelines/simple-launch-lines
|
||||||
|
@ -78,7 +79,6 @@ VALGRIND_TO_FIX = \
|
||||||
|
|
||||||
# these tests don't even pass
|
# these tests don't even pass
|
||||||
noinst_PROGRAMS = \
|
noinst_PROGRAMS = \
|
||||||
libs/cddabasesrc \
|
|
||||||
elements/ffmpegcolorspace
|
elements/ffmpegcolorspace
|
||||||
|
|
||||||
AM_CFLAGS = $(GST_CFLAGS) $(GST_CHECK_CFLAGS)
|
AM_CFLAGS = $(GST_CFLAGS) $(GST_CHECK_CFLAGS)
|
||||||
|
|
Loading…
Reference in a new issue