blob: 89ae27d0edd6ff29b594dec4c5db7c9680b1c64d [file] [log] [blame]
niklase@google.com470e71d2011-07-07 08:21:25 +00001# Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
2#
3# Use of this source code is governed by a BSD-style license
4# that can be found in the LICENSE file in the root of the source
5# tree. An additional intellectual property rights grant can be found
6# in the file PATENTS. All contributing project authors may
7# be found in the AUTHORS file in the root of the source tree.
8
9{
niklase@google.com470e71d2011-07-07 08:21:25 +000010 'targets': [
11 {
12 'target_name': 'iLBC',
13 'type': '<(library)',
14 'dependencies': [
kjellander@webrtc.org0403ef42011-11-17 08:35:47 +000015 '<(webrtc_root)/common_audio/common_audio.gyp:signal_processing',
niklase@google.com470e71d2011-07-07 08:21:25 +000016 ],
17 'include_dirs': [
kjellander@webrtc.org36e1ad92011-11-07 15:27:11 +000018 'interface',
niklase@google.com470e71d2011-07-07 08:21:25 +000019 ],
20 'direct_dependent_settings': {
21 'include_dirs': [
kjellander@webrtc.org36e1ad92011-11-07 15:27:11 +000022 'interface',
niklase@google.com470e71d2011-07-07 08:21:25 +000023 ],
24 },
25 'sources': [
kjellander@webrtc.org36e1ad92011-11-07 15:27:11 +000026 'interface/ilbc.h',
niklase@google.com470e71d2011-07-07 08:21:25 +000027 'abs_quant.c',
28 'abs_quant_loop.c',
29 'augmented_cb_corr.c',
30 'bw_expand.c',
31 'cb_construct.c',
32 'cb_mem_energy.c',
33 'cb_mem_energy_augmentation.c',
34 'cb_mem_energy_calc.c',
35 'cb_search.c',
36 'cb_search_core.c',
37 'cb_update_best_index.c',
38 'chebyshev.c',
39 'comp_corr.c',
40 'constants.c',
41 'create_augmented_vec.c',
42 'decode.c',
43 'decode_residual.c',
44 'decoder_interpolate_lsf.c',
45 'do_plc.c',
46 'encode.c',
47 'energy_inverse.c',
48 'enh_upsample.c',
49 'enhancer.c',
50 'enhancer_interface.c',
51 'filtered_cb_vecs.c',
52 'frame_classify.c',
53 'gain_dequant.c',
54 'gain_quant.c',
55 'get_cd_vec.c',
56 'get_lsp_poly.c',
57 'get_sync_seq.c',
58 'hp_input.c',
59 'hp_output.c',
60 'ilbc.c',
61 'index_conv_dec.c',
62 'index_conv_enc.c',
63 'init_decode.c',
64 'init_encode.c',
65 'interpolate.c',
66 'interpolate_samples.c',
67 'lpc_encode.c',
68 'lsf_check.c',
69 'lsf_interpolate_to_poly_dec.c',
70 'lsf_interpolate_to_poly_enc.c',
71 'lsf_to_lsp.c',
72 'lsf_to_poly.c',
73 'lsp_to_lsf.c',
74 'my_corr.c',
75 'nearest_neighbor.c',
76 'pack_bits.c',
77 'poly_to_lsf.c',
78 'poly_to_lsp.c',
79 'refiner.c',
80 'simple_interpolate_lsf.c',
81 'simple_lpc_analysis.c',
82 'simple_lsf_dequant.c',
83 'simple_lsf_quant.c',
84 'smooth.c',
85 'smooth_out_data.c',
86 'sort_sq.c',
87 'split_vq.c',
88 'state_construct.c',
89 'state_search.c',
90 'swap_bytes.c',
91 'unpack_bits.c',
92 'vq3.c',
93 'vq4.c',
94 'window32_w32.c',
95 'xcorr_coef.c',
96 'abs_quant.h',
97 'abs_quant_loop.h',
98 'augmented_cb_corr.h',
99 'bw_expand.h',
100 'cb_construct.h',
101 'cb_mem_energy.h',
102 'cb_mem_energy_augmentation.h',
103 'cb_mem_energy_calc.h',
104 'cb_search.h',
105 'cb_search_core.h',
106 'cb_update_best_index.h',
107 'chebyshev.h',
108 'comp_corr.h',
109 'constants.h',
110 'create_augmented_vec.h',
111 'decode.h',
112 'decode_residual.h',
113 'decoder_interpolate_lsf.h',
114 'do_plc.h',
115 'encode.h',
116 'energy_inverse.h',
117 'enh_upsample.h',
118 'enhancer.h',
119 'enhancer_interface.h',
120 'filtered_cb_vecs.h',
121 'frame_classify.h',
122 'gain_dequant.h',
123 'gain_quant.h',
124 'get_cd_vec.h',
125 'get_lsp_poly.h',
126 'get_sync_seq.h',
127 'hp_input.h',
128 'hp_output.h',
129 'defines.h',
130 'index_conv_dec.h',
131 'index_conv_enc.h',
132 'init_decode.h',
133 'init_encode.h',
134 'interpolate.h',
135 'interpolate_samples.h',
136 'lpc_encode.h',
137 'lsf_check.h',
138 'lsf_interpolate_to_poly_dec.h',
139 'lsf_interpolate_to_poly_enc.h',
140 'lsf_to_lsp.h',
141 'lsf_to_poly.h',
142 'lsp_to_lsf.h',
143 'my_corr.h',
144 'nearest_neighbor.h',
145 'pack_bits.h',
146 'poly_to_lsf.h',
147 'poly_to_lsp.h',
148 'refiner.h',
149 'simple_interpolate_lsf.h',
150 'simple_lpc_analysis.h',
151 'simple_lsf_dequant.h',
152 'simple_lsf_quant.h',
153 'smooth.h',
154 'smooth_out_data.h',
155 'sort_sq.h',
156 'split_vq.h',
157 'state_construct.h',
158 'state_search.h',
159 'swap_bytes.h',
160 'unpack_bits.h',
161 'vq3.h',
162 'vq4.h',
163 'window32_w32.h',
164 'xcorr_coef.h',
kjellander@webrtc.org36e1ad92011-11-07 15:27:11 +0000165 ], # sources
166 }, # iLBC
167 ], # targets
168 'conditions': [
mflodman@webrtc.org6af95942012-05-24 13:23:35 +0000169 ['include_tests==1', {
170 'targets': [
kjellander@webrtc.org36e1ad92011-11-07 15:27:11 +0000171 {
172 'target_name': 'iLBCtest',
173 'type': 'executable',
174 'dependencies': [
175 'iLBC',
176 ],
177 'sources': [
178 'test/iLBC_test.c',
179 ],
180 }, # iLBCtest
181 ], # targets
mflodman@webrtc.org6af95942012-05-24 13:23:35 +0000182 }], # include_tests
kjellander@webrtc.org36e1ad92011-11-07 15:27:11 +0000183 ], # conditions
niklase@google.com470e71d2011-07-07 08:21:25 +0000184}
185
186# Local Variables:
187# tab-width:2
188# indent-tabs-mode:nil
189# End:
190# vim: set expandtab tabstop=2 shiftwidth=2: