Skip to content
Snippets Groups Projects
Commit f11d1884 authored by Jean-Marc Valin's avatar Jean-Marc Valin
Browse files

Disabling debug

parent 53fb0f77
No related branches found
No related tags found
No related merge requests found
silk @ da301009
Subproject commit 446b7f3ffff07fbb18e7bf886e476730b6d60354
Subproject commit da301009df97b0a6f643e87cd6aa8f49c983f7e0
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment