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

Add LPCNet headers to make dist

parent 3c74ef1d
No related branches found
No related tags found
No related merge requests found
......@@ -82,6 +82,7 @@ CLEANFILES = $(CELT_SOURCES_ARM_ASM:.s=-gnu.S) \
$(CELT_AM_SOURCES_ARM_ASM:.s.in=-gnu.S)
include celt_headers.mk
include lpcnet_headers.mk
include silk_headers.mk
include opus_headers.mk
......@@ -94,7 +95,7 @@ endif
pkginclude_HEADERS = include/opus.h include/opus_multistream.h include/opus_types.h include/opus_defines.h include/opus_projection.h
noinst_HEADERS = $(OPUS_HEAD) $(SILK_HEAD) $(CELT_HEAD)
noinst_HEADERS = $(OPUS_HEAD) $(SILK_HEAD) $(CELT_HEAD) $(LPCNET_HEAD)
if EXTRA_PROGRAMS
noinst_PROGRAMS = celt/tests/test_unit_cwrs32 \
......
LPCNET_HEAD = \
silk/dred_coding.h \
silk/dred_config.h \
silk/dred_decoder.h \
silk/dred_encoder.h \
lpcnet/include/dred_rdovae.h \
lpcnet/include/lpcnet.h \
lpcnet/src/burg.h \
lpcnet/src/common.h \
lpcnet/src/freq.h \
lpcnet/src/kiss99.h \
lpcnet/src/lpcnet_private.h \
lpcnet/src/nnet_data.h \
lpcnet/src/nnet.h \
lpcnet/src/plc_data.h \
lpcnet/src/tansig_table.h \
lpcnet/src/vec.h \
lpcnet/src/vec_avx.h \
lpcnet/src/vec_neon.h \
lpcnet/src/dred_rdovae_constants.h \
lpcnet/src/dred_rdovae_enc.h \
lpcnet/src/dred_rdovae_enc_data.h \
lpcnet/src/dred_rdovae_dec.h \
lpcnet/src/dred_rdovae_dec_data.h \
lpcnet/src/dred_rdovae_stats_data.h \
lpcnet/src/pitch.h
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