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

gitlab.xiph.org/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-02-04 09:25:19 +0300
committerJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2011-02-04 09:25:19 +0300
commit959692a04f8531d03cd8e555f695addf95bec305 (patch)
tree5947d223ea9bd9ff29b62e8177421fdd96a33dc9
parentc9f695088697f54077557f17c2739c8a1b2bfb7f (diff)
Remove opus_enc and opus_dec from the build
-rw-r--r--src/Makefile.am7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 8e3846ed..03a48da5 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -8,13 +8,8 @@ noinst_HEADERS = opus_decoder.h opus_encoder.h
pkginclude_HEADERS = opus.h
-noinst_PROGRAMS = test_opus opus_enc opus_dec
+noinst_PROGRAMS = test_opus
test_opus_SOURCES = test_opus.c
test_opus_LDADD = libietfcodec.la $(top_builddir)/celt/libcelt/libcelt0.la $(top_builddir)/silk/libSKP_SILK_SDK.la
-opus_enc_SOURCES = opus_enc.c
-opus_enc_LDADD = libietfcodec.la $(top_builddir)/celt/libcelt/libcelt0.la $(top_builddir)/silk/libSKP_SILK_SDK.la
-
-opus_dec_SOURCES = opus_dec.c
-opus_dec_LDADD = libietfcodec.la $(top_builddir)/celt/libcelt/libcelt0.la $(top_builddir)/silk/libSKP_SILK_SDK.la