Mercurial > hg > sv-dependency-builds
comparison src/opus-1.3/silk_headers.mk @ 154:4664ac0c1032
Add Opus sources and macOS builds
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Wed, 23 Jan 2019 13:48:08 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
153:84bc3a5ec321 | 154:4664ac0c1032 |
---|---|
1 SILK_HEAD = \ | |
2 silk/debug.h \ | |
3 silk/control.h \ | |
4 silk/errors.h \ | |
5 silk/API.h \ | |
6 silk/typedef.h \ | |
7 silk/define.h \ | |
8 silk/main.h \ | |
9 silk/x86/main_sse.h \ | |
10 silk/PLC.h \ | |
11 silk/structs.h \ | |
12 silk/tables.h \ | |
13 silk/tuning_parameters.h \ | |
14 silk/Inlines.h \ | |
15 silk/MacroCount.h \ | |
16 silk/MacroDebug.h \ | |
17 silk/macros.h \ | |
18 silk/NSQ.h \ | |
19 silk/pitch_est_defines.h \ | |
20 silk/resampler_private.h \ | |
21 silk/resampler_rom.h \ | |
22 silk/resampler_structs.h \ | |
23 silk/SigProc_FIX.h \ | |
24 silk/x86/SigProc_FIX_sse.h \ | |
25 silk/arm/biquad_alt_arm.h \ | |
26 silk/arm/LPC_inv_pred_gain_arm.h \ | |
27 silk/arm/macros_armv4.h \ | |
28 silk/arm/macros_armv5e.h \ | |
29 silk/arm/macros_arm64.h \ | |
30 silk/arm/SigProc_FIX_armv4.h \ | |
31 silk/arm/SigProc_FIX_armv5e.h \ | |
32 silk/arm/NSQ_del_dec_arm.h \ | |
33 silk/arm/NSQ_neon.h \ | |
34 silk/fixed/main_FIX.h \ | |
35 silk/fixed/structs_FIX.h \ | |
36 silk/fixed/arm/warped_autocorrelation_FIX_arm.h \ | |
37 silk/fixed/mips/noise_shape_analysis_FIX_mipsr1.h \ | |
38 silk/fixed/mips/warped_autocorrelation_FIX_mipsr1.h \ | |
39 silk/float/main_FLP.h \ | |
40 silk/float/structs_FLP.h \ | |
41 silk/float/SigProc_FLP.h \ | |
42 silk/mips/macros_mipsr1.h \ | |
43 silk/mips/NSQ_del_dec_mipsr1.h \ | |
44 silk/mips/sigproc_fix_mipsr1.h |