mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-30 12:10:37 +00:00
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.
This commit is contained in:
parent
c37376733e
commit
51af87f412
2 changed files with 7 additions and 3 deletions
|
@ -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:
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue