Add missing headers
This commit is contained in:
parent
89b2e064a0
commit
a0b0ece171
1 changed files with 7 additions and 2 deletions
|
@ -10,13 +10,18 @@ lib_LTLIBRARIES = liblpcnet.la
|
||||||
noinst_HEADERS = arch.h \
|
noinst_HEADERS = arch.h \
|
||||||
celt_lpc.h \
|
celt_lpc.h \
|
||||||
common.h \
|
common.h \
|
||||||
|
freq.h \
|
||||||
_kiss_fft_guts.h \
|
_kiss_fft_guts.h \
|
||||||
kiss_fft.h \
|
kiss_fft.h \
|
||||||
|
lpcnet_private.h \
|
||||||
opus_types.h \
|
opus_types.h \
|
||||||
pitch.h \
|
|
||||||
nnet_data.h \
|
nnet_data.h \
|
||||||
nnet.h \
|
nnet.h \
|
||||||
tansig_table.h
|
pitch.h \
|
||||||
|
tansig_table.h \
|
||||||
|
vec.h \
|
||||||
|
vec_avx.h \
|
||||||
|
vec_neon.h
|
||||||
|
|
||||||
liblpcnet_la_SOURCES = \
|
liblpcnet_la_SOURCES = \
|
||||||
common.c \
|
common.c \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue