Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Opus
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Xiph.Org
Opus
Commits
df2f98f8
Verified
Commit
df2f98f8
authored
1 year ago
by
Jean-Marc Valin
Browse files
Options
Downloads
Patches
Plain Diff
Add LPCNet headers to make dist
parent
3c74ef1d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile.am
+2
-1
2 additions, 1 deletion
Makefile.am
lpcnet_headers.mk
+26
-0
26 additions, 0 deletions
lpcnet_headers.mk
with
28 additions
and
1 deletion
Makefile.am
+
2
−
1
View file @
df2f98f8
...
...
@@ -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
\
...
...
This diff is collapsed.
Click to expand it.
lpcnet_headers.mk
0 → 100644
+
26
−
0
View file @
df2f98f8
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment