diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2008-02-08 00:40:34 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2008-02-08 00:40:34 +0000 |
commit | 8a36e3b2aa36e5e4b04749a62d1e196235d6b2f8 (patch) | |
tree | 041266498adf84b6339fe71495241fd0bf6e327a /tests/check/Makefile.am | |
parent | eca6caa0bfe83620271f6ae6fd2c7114c5e5f7f2 (diff) | |
download | gst-plugins-bad-8a36e3b2aa36e5e4b04749a62d1e196235d6b2f8.tar.gz gst-plugins-bad-8a36e3b2aa36e5e4b04749a62d1e196235d6b2f8.tar.bz2 gst-plugins-bad-8a36e3b2aa36e5e4b04749a62d1e196235d6b2f8.zip |
Remove the xingmux plugin, as the element has moved into mpegaudioparse in -ugly.
Original commit message from CVS:
* configure.ac:
* docs/plugins/gst-plugins-bad-plugins-docs.sgml:
* docs/plugins/gst-plugins-bad-plugins-sections.txt:
* docs/plugins/inspect/plugin-xingheader.xml:
* gst/xingheader/Makefile.am:
* gst/xingheader/gstxingmux.c:
* gst/xingheader/gstxingmux.h:
* tests/check/Makefile.am:
* tests/check/elements/.cvsignore:
* tests/check/elements/xingmux.c:
* tests/check/elements/xingmux_testdata.h:
Remove the xingmux plugin, as the element has moved into
mpegaudioparse in -ugly.
Diffstat (limited to 'tests/check/Makefile.am')
-rw-r--r-- | tests/check/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index 47193eb0..c4db624c 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -74,10 +74,9 @@ check_PROGRAMS = \ elements/rglimiter \ elements/rgvolume \ elements/y4menc \ - elements/spectrum \ - elements/xingmux + elements/spectrum -noinst_HEADERS = elements/xingmux_testdata.h +noinst_HEADERS = TESTS = $(check_PROGRAMS) |