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

Add blob writing

parent 9c137d49
No related branches found
No related tags found
No related merge requests found
......@@ -117,7 +117,8 @@ noinst_PROGRAMS = celt/tests/test_unit_cwrs32 \
tests/test_opus_extensions \
tests/test_opus_padding \
tests/test_opus_projection \
trivial_example
trivial_example \
dump_weights_blob
TESTS = celt/tests/test_unit_cwrs32 \
celt/tests/test_unit_dft \
......@@ -150,6 +151,10 @@ opus_compare_LDADD = $(LIBM)
trivial_example_SOURCES = doc/trivial_example.c
trivial_example_LDADD = libopus.la $(LIBM)
dump_weights_blob_SOURCES = lpcnet/src/write_lpcnet_weights.c
dump_weights_blob_LDADD = $(LIBM)
dump_weights_blob_CFLAGS = $(AM_CFLAGS) -DDUMP_BINARY_WEIGHTS
tests_test_opus_api_SOURCES = tests/test_opus_api.c tests/test_opus_common.h
tests_test_opus_api_LDADD = libopus.la $(NE10_LIBS) $(LIBM)
......
......@@ -10,7 +10,7 @@ srcdir=`dirname $0`
test -n "$srcdir" && cd "$srcdir"
git submodule update --init
(cd lpcnet; ./download_model.sh 399be7c)
(cd lpcnet; ./download_model.sh 859bfae)
echo "Updating build configuration files, please wait...."
......
Subproject commit 859bfae61f89fbb57c0d068ca14fc69d12b8b374
Subproject commit aea5d3c882e5a5b6a880b52aa95fe90937659ddd
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