Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tim-Philipp Müller
Opus
Commits
f11d1884
Commit
f11d1884
authored
Jan 31, 2011
by
Jean-Marc Valin
Browse files
Disabling debug
parent
53fb0f77
Changes
2
Hide whitespace changes
Inline
Side-by-side
silk
@
da301009
Subproject commit
446b7f3ffff07fbb18e7bf886e476730b6d60354
Subproject commit
da301009df97b0a6f643e87cd6aa8f49c983f7e0
src/Makefile.am
View file @
f11d1884
...
...
@@ -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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment