Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2011-08-10 17:47:30 +0400
committerJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2011-08-10 17:47:30 +0400
commite8dbcb8f087c8e5568fb3942a86d09c35749ad95 (patch)
treefbefecf114362fd83172e16b56903d894fc64199 /Makefile.am
parent369553f15163a517b401730c48d2b93bb1c84540 (diff)
Adds a test_repacketizer tool and fixes a few of the bugs in the repacketizer
Still more bugs to find
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index cacb74f8..57fd64c0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -26,8 +26,12 @@ pkginclude_HEADERS = src/opus.h
noinst_HEADERS = $(OPUS_HEAD) $(SILK_HEAD) $(CELT_HEAD)
-noinst_PROGRAMS = test_opus
+noinst_PROGRAMS = test_opus test_repacketizer
test_opus_SOURCES = src/test_opus.c
test_opus_LDADD = libopus.la -lm
+
+test_repacketizer_SOURCES = src/test_repacketizer.c
+
+test_repacketizer_LDADD = libopus.la -lm