Mercurial > hg > sv-dependency-builds
comparison src/opus-1.3/celt_headers.mk @ 69:7aeed7906520
Add Opus sources and macOS builds
author | Chris Cannam |
---|---|
date | Wed, 23 Jan 2019 13:48:08 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
68:85d5306e114e | 69:7aeed7906520 |
---|---|
1 CELT_HEAD = \ | |
2 celt/arch.h \ | |
3 celt/bands.h \ | |
4 celt/celt.h \ | |
5 celt/cpu_support.h \ | |
6 include/opus_types.h \ | |
7 include/opus_defines.h \ | |
8 include/opus_custom.h \ | |
9 celt/cwrs.h \ | |
10 celt/ecintrin.h \ | |
11 celt/entcode.h \ | |
12 celt/entdec.h \ | |
13 celt/entenc.h \ | |
14 celt/fixed_debug.h \ | |
15 celt/fixed_generic.h \ | |
16 celt/float_cast.h \ | |
17 celt/_kiss_fft_guts.h \ | |
18 celt/kiss_fft.h \ | |
19 celt/laplace.h \ | |
20 celt/mathops.h \ | |
21 celt/mdct.h \ | |
22 celt/mfrngcod.h \ | |
23 celt/modes.h \ | |
24 celt/os_support.h \ | |
25 celt/pitch.h \ | |
26 celt/celt_lpc.h \ | |
27 celt/x86/celt_lpc_sse.h \ | |
28 celt/quant_bands.h \ | |
29 celt/rate.h \ | |
30 celt/stack_alloc.h \ | |
31 celt/vq.h \ | |
32 celt/static_modes_float.h \ | |
33 celt/static_modes_fixed.h \ | |
34 celt/static_modes_float_arm_ne10.h \ | |
35 celt/static_modes_fixed_arm_ne10.h \ | |
36 celt/arm/armcpu.h \ | |
37 celt/arm/fixed_armv4.h \ | |
38 celt/arm/fixed_armv5e.h \ | |
39 celt/arm/fixed_arm64.h \ | |
40 celt/arm/kiss_fft_armv4.h \ | |
41 celt/arm/kiss_fft_armv5e.h \ | |
42 celt/arm/pitch_arm.h \ | |
43 celt/arm/fft_arm.h \ | |
44 celt/arm/mdct_arm.h \ | |
45 celt/mips/celt_mipsr1.h \ | |
46 celt/mips/fixed_generic_mipsr1.h \ | |
47 celt/mips/kiss_fft_mipsr1.h \ | |
48 celt/mips/mdct_mipsr1.h \ | |
49 celt/mips/pitch_mipsr1.h \ | |
50 celt/mips/vq_mipsr1.h \ | |
51 celt/x86/pitch_sse.h \ | |
52 celt/x86/vq_sse.h \ | |
53 celt/x86/x86cpu.h |