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
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
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
Marcus Asteborg
Opus
Commits
3596fedb
Commit
3596fedb
authored
13 years ago
by
Jean-Marc Valin
Browse files
Options
Downloads
Patches
Plain Diff
fix autotools build, bump version number
parent
037f20a7
No related branches found
No related tags found
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
Makefile.am
+6
-0
6 additions, 0 deletions
Makefile.am
celt_headers.txt
+28
-27
28 additions, 27 deletions
celt_headers.txt
configure.ac
+1
-1
1 addition, 1 deletion
configure.ac
opus_headers.txt
+3
-2
3 additions, 2 deletions
opus_headers.txt
silk_headers.txt
+25
-24
25 additions, 24 deletions
silk_headers.txt
with
63 additions
and
54 deletions
Makefile.am
+
6
−
0
View file @
3596fedb
...
...
@@ -6,10 +6,16 @@ include celt_sources.mk
include
silk_sources.mk
include
opus_sources.mk
include
celt_headers.txt
include
silk_headers.txt
include
opus_headers.txt
libopus_la_SOURCES
=
$(
CELT_SOURCES
)
$(
SILK_SOURCES
)
$(
OPUS_SOURCES
)
pkginclude_HEADERS
=
src/opus.h
noinst_HEADERS
=
$(
OPUS_HEAD
)
$(
SILK_HEAD
)
$(
CELT_HEAD
)
noinst_PROGRAMS
=
test_opus
test_opus_SOURCES
=
src/test_opus.c
...
...
This diff is collapsed.
Click to expand it.
celt_headers.txt
+
28
−
27
View file @
3596fedb
libcelt/arch.h
libcelt/bands.h
libcelt/celt.h
libcelt/celt_types.h
libcelt/cwrs.h
libcelt/ecintrin.h
libcelt/entcode.h
libcelt/entdec.h
libcelt/entenc.h
libcelt/fixed_debug.h
libcelt/fixed_generic.h
libcelt/float_cast.h
libcelt/_kiss_fft_guts.h
libcelt/kiss_fft.h
libcelt/laplace.h
libcelt/mathops.h
libcelt/mdct.h
libcelt/mfrngcod.h
libcelt/modes.h
libcelt/os_support.h
libcelt/pitch.h
libcelt/plc.h
libcelt/quant_bands.h
libcelt/rate.h
libcelt/stack_alloc.h
libcelt/vq.h
libcelt/static_modes_float.c
CELT_HEAD = \
libcelt/arch.h \
libcelt/bands.h \
libcelt/celt.h \
libcelt/celt_types.h \
libcelt/cwrs.h \
libcelt/ecintrin.h \
libcelt/entcode.h \
libcelt/entdec.h \
libcelt/entenc.h \
libcelt/fixed_debug.h \
libcelt/fixed_generic.h \
libcelt/float_cast.h \
libcelt/_kiss_fft_guts.h \
libcelt/kiss_fft.h \
libcelt/laplace.h \
libcelt/mathops.h \
libcelt/mdct.h \
libcelt/mfrngcod.h \
libcelt/modes.h \
libcelt/os_support.h \
libcelt/pitch.h \
libcelt/plc.h \
libcelt/quant_bands.h \
libcelt/rate.h \
libcelt/stack_alloc.h \
libcelt/vq.h \
libcelt/static_modes_float.c \
libcelt/static_modes_fixed.c
This diff is collapsed.
Click to expand it.
configure.ac
+
1
−
1
View file @
3596fedb
...
...
@@ -6,7 +6,7 @@ AM_CONFIG_HEADER([config.h])
OPUS_MAJOR_VERSION=0
OPUS_MINOR_VERSION=9
OPUS_MICRO_VERSION=
4
OPUS_MICRO_VERSION=
5
OPUS_EXTRA_VERSION=
OPUS_VERSION=$OPUS_MAJOR_VERSION.$OPUS_MINOR_VERSION.$OPUS_MICRO_VERSION$OPUS_EXTRA_VERSION
LIBOPUS_SUFFIX=0
...
...
This diff is collapsed.
Click to expand it.
opus_headers.txt
+
3
−
2
View file @
3596fedb
src/opus_decoder.h
src/opus_encoder.h
OPUS_HEAD = \
src/opus_decoder.h \
src/opus_encoder.h \
src/opus.h
This diff is collapsed.
Click to expand it.
silk_headers.txt
+
25
−
24
View file @
3596fedb
silk/silk_debug.h
silk/silk_control.h
silk/silk_errors.h
silk/silk_API.h
silk/silk_typedef.h
silk/silk_define.h
silk/silk_main.h
silk/silk_PLC.h
silk/silk_structs.h
silk/silk_tables.h
silk/silk_tuning_parameters.h
silk/silk_Inlines.h
silk/silk_MacroCount.h
silk/silk_MacroDebug.h
silk/silk_macros.h
silk/silk_pitch_est_defines.h
silk/silk_resampler_private.h
silk/silk_resampler_rom.h
silk/silk_resampler_structs.h
silk/silk_SigProc_FIX.h
silk/fixed/silk_main_FIX.h
silk/fixed/silk_structs_FIX.h
silk/float/silk_main_FLP.h
silk/float/silk_structs_FLP.h
SILK_HEAD = \
silk/silk_debug.h \
silk/silk_control.h \
silk/silk_errors.h \
silk/silk_API.h \
silk/silk_typedef.h \
silk/silk_define.h \
silk/silk_main.h \
silk/silk_PLC.h \
silk/silk_structs.h \
silk/silk_tables.h \
silk/silk_tuning_parameters.h \
silk/silk_Inlines.h \
silk/silk_MacroCount.h \
silk/silk_MacroDebug.h \
silk/silk_macros.h \
silk/silk_pitch_est_defines.h \
silk/silk_resampler_private.h \
silk/silk_resampler_rom.h \
silk/silk_resampler_structs.h \
silk/silk_SigProc_FIX.h \
silk/fixed/silk_main_FIX.h \
silk/fixed/silk_structs_FIX.h \
silk/float/silk_main_FLP.h \
silk/float/silk_structs_FLP.h \
silk/float/silk_SigProc_FLP.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