From f11d1884866de42782dea1ca8fa1ae2119bc2cb9 Mon Sep 17 00:00:00 2001 From: Jean-Marc Valin Date: Mon, 31 Jan 2011 17:17:14 -0500 Subject: Disabling debug --- silk | 2 +- src/Makefile.am | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/silk b/silk index 446b7f3f..da301009 160000 --- a/silk +++ b/silk @@ -1 +1 @@ -Subproject commit 446b7f3ffff07fbb18e7bf886e476730b6d60354 +Subproject commit da301009df97b0a6f643e87cd6aa8f49c983f7e0 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 -- cgit v1.2.1