diff options
author | Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> | 2011-08-10 09:47:30 -0400 |
---|---|---|
committer | Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> | 2011-08-10 09:47:30 -0400 |
commit | e8dbcb8f087c8e5568fb3942a86d09c35749ad95 (patch) | |
tree | fbefecf114362fd83172e16b56903d894fc64199 /Makefile.am | |
parent | 369553f15163a517b401730c48d2b93bb1c84540 (diff) | |
download | opus-e8dbcb8f087c8e5568fb3942a86d09c35749ad95.tar.gz |
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.am | 6 |
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 |