diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2009-01-06 22:51:37 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2009-01-06 22:51:37 +0000 |
commit | 51af87f4121e35006c670f095393df7c3bb6f2f2 (patch) | |
tree | e54b020a777e0de7f01b84a9181f9320d015dda6 /tests/check | |
parent | c37376733e8838f0cee68b9c86ccdce9d1dae2b6 (diff) | |
download | gst-plugins-bad-51af87f4121e35006c670f095393df7c3bb6f2f2.tar.gz gst-plugins-bad-51af87f4121e35006c670f095393df7c3bb6f2f2.tar.bz2 gst-plugins-bad-51af87f4121e35006c670f095393df7c3bb6f2f2.zip |
tests/check/Makefile.am: Dist test headers for amr and aac parsers.
Original commit message from CVS:
* tests/check/Makefile.am:
Dist test headers for amr and aac parsers.
Remove leftover lines mentioned speexresample tests.
Diffstat (limited to 'tests/check')
-rw-r--r-- | tests/check/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index 818221e2..9d20a05c 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -96,7 +96,7 @@ check_PROGRAMS = \ elements/y4menc \ $(check_metadata) -noinst_HEADERS = elements/mxfdemux.h +noinst_HEADERS = elements/mxfdemux.h elements/amrparse_data.h elements/aacparse_data.h TESTS = $(check_PROGRAMS) @@ -106,5 +106,3 @@ LDADD = $(GST_OBJ_LIBS) $(GST_CHECK_LIBS) $(CHECK_LIBS) elements_timidity_CFLAGS = $(GST_BASE_CFLAGS) $(AM_CFLAGS) elements_timidity_LDADD = $(GST_BASE_LIBS) $(LDADD) -elements_speexresample_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(AM_CFLAGS) -elements_speexresample_LDADD = $(GST_PLUGINS_BASE_LIBS) $(LDADD) -lgstaudio-$(GST_MAJORMINOR) |