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:
authorGregory Maxwell <greg@xiph.org>2011-10-27 04:05:56 +0400
committerGregory Maxwell <greg@xiph.org>2011-10-27 04:05:56 +0400
commit38805f35d572833e9a54ad247c72aeb93619b1da (patch)
tree6356e2989cb7aa66e5716a83438a37fc4fdd3d35 /Makefile.am
parenta5ff49ecdcf8db706b9d163e64b65c5eae1020de (diff)
Rename test_repacketizer to repacketizer_demo.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 1f675b85..2309232f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -26,7 +26,7 @@ pkginclude_HEADERS = src/opus.h src/opus_multistream.h celt/opus_types.h celt/op
noinst_HEADERS = $(OPUS_HEAD) $(SILK_HEAD) $(CELT_HEAD)
-noinst_PROGRAMS = opus_demo test_repacketizer opus_compare test_opus_api test_opus_encode test_opus_decode
+noinst_PROGRAMS = opus_demo repacketizer_demo opus_compare test_opus_api test_opus_encode test_opus_decode
TESTS = test_opus_api test_opus_decode test_opus_encode
@@ -34,9 +34,9 @@ opus_demo_SOURCES = src/opus_demo.c
opus_demo_LDADD = libopus.la -lm
-test_repacketizer_SOURCES = src/test_repacketizer.c
+repacketizer_demo_SOURCES = src/repacketizer_demo.c
-test_repacketizer_LDADD = libopus.la -lm
+repacketizer_demo_LDADD = libopus.la -lm
opus_compare_SOURCES = src/opus_compare.c
opus_compare_LDADD = -lm