mirror of
https://github.com/xiph/opus.git
synced 2025-05-14 23:48:28 +00:00
Add LPCNet headers to make dist
This commit is contained in:
parent
3c74ef1d73
commit
df2f98f809
2 changed files with 28 additions and 1 deletions
|
@ -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 \
|
||||
|
|
26
lpcnet_headers.mk
Normal file
26
lpcnet_headers.mk
Normal file
|
@ -0,0 +1,26 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue