summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2009-01-06 22:51:37 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2009-01-06 22:51:37 +0000
commit51af87f4121e35006c670f095393df7c3bb6f2f2 (patch)
treee54b020a777e0de7f01b84a9181f9320d015dda6
parentc37376733e8838f0cee68b9c86ccdce9d1dae2b6 (diff)
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.
-rw-r--r--ChangeLog6
-rw-r--r--tests/check/Makefile.am4
2 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index f1379cae1..e7da244cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-01-06 Jan Schmidt <jan.schmidt@sun.com>
+
+ * tests/check/Makefile.am:
+ Dist test headers for amr and aac parsers.
+ Remove leftover lines mentioned speexresample tests.
+
2009-01-06 Michael Smith <msmith@songbirdnest.com>
* sys/acmmp3dec/Makefile.am:
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am
index 818221e29..9d20a05c6 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)