aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marc Valin <jean-marc.valin@octasic.com>2011-01-31 17:17:14 -0500
committerJean-Marc Valin <jean-marc.valin@octasic.com>2011-01-31 17:17:14 -0500
commitf11d1884866de42782dea1ca8fa1ae2119bc2cb9 (patch)
tree3fca512ffe7a698ef1dee3091d8d316ace4e40e6
parent53fb0f775ed86a7883e8136208d81af234333f06 (diff)
downloadlibopus-f11d1884866de42782dea1ca8fa1ae2119bc2cb9.tar.gz
Disabling debug
m---------silk10
-rw-r--r--src/Makefile.am6
2 files changed, 8 insertions, 8 deletions
diff --git a/silk b/silk
-Subproject 446b7f3ffff07fbb18e7bf886e476730b6d6035
+Subproject da301009df97b0a6f643e87cd6aa8f49c983f7e
diff --git a/src/Makefile.am b/src/Makefile.am
index 567c321f..8e3846ed 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -10,11 +10,11 @@ pkginclude_HEADERS = opus.h
noinst_PROGRAMS = test_opus opus_enc opus_dec
-test_opus_SOURCES = test_opus.c $(top_srcdir)/silk/test/SKP_debug.c
+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 $(top_srcdir)/silk/test/SKP_debug.c
+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 $(top_srcdir)/silk/test/SKP_debug.c
+opus_dec_SOURCES = opus_dec.c
opus_dec_LDADD = libietfcodec.la $(top_builddir)/celt/libcelt/libcelt0.la $(top_builddir)/silk/libSKP_SILK_SDK.la