Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(182)

Side by Side Diff: third_party/opus/opus.gyp

Issue 10905108: Add opus in third_party. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « third_party/opus/opus.h ('k') | tools/checklicenses/checklicenses.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 {
6 'conditions': [
7 ['use_system_opus==0', {
Paweł Hajdan Jr. 2012/10/19 01:09:13 You should add the variable at the top of the file
Sergey Ulanov 2012/10/19 01:26:23 Done.
8 'targets': [
9 {
10 'target_name': 'opus',
11 'type': 'static_library',
12 'include_dirs': [
13 'src/celt',
14 'src/include',
15 'src/silk',
16 'src/silk/float',
17 ],
18 'defines': [
19 'OPUS_BUILD',
20 'VAR_ARRAYS',
21 'WORDS_BIGENDIAN',
22 ],
23 'sources': [
24 'src/celt/_kiss_fft_guts.h',
25 'src/celt/arch.h',
26 'src/celt/bands.c',
27 'src/celt/bands.h',
28 'src/celt/celt.c',
29 'src/celt/celt.h',
30 'src/celt/celt_lpc.c',
31 'src/celt/celt_lpc.h',
32 'src/celt/cwrs.c',
33 'src/celt/cwrs.h',
34 'src/celt/ecintrin.h',
35 'src/celt/entcode.c',
36 'src/celt/entcode.h',
37 'src/celt/entdec.c',
38 'src/celt/entdec.h',
39 'src/celt/entenc.c',
40 'src/celt/entenc.h',
41 'src/celt/fixed_debug.h',
42 'src/celt/fixed_generic.h',
43 'src/celt/float_cast.h',
44 'src/celt/kiss_fft.c',
45 'src/celt/kiss_fft.h',
46 'src/celt/laplace.c',
47 'src/celt/laplace.h',
48 'src/celt/mathops.c',
49 'src/celt/mathops.h',
50 'src/celt/mdct.c',
51 'src/celt/mdct.h',
52 'src/celt/mfrngcod.h',
53 'src/celt/modes.c',
54 'src/celt/modes.h',
55 'src/celt/os_support.h',
56 'src/celt/pitch.c',
57 'src/celt/pitch.h',
58 'src/celt/quant_bands.c',
59 'src/celt/quant_bands.h',
60 'src/celt/rate.c',
61 'src/celt/rate.h',
62 'src/celt/stack_alloc.h',
63 'src/celt/static_modes_fixed.h',
64 'src/celt/static_modes_float.h',
65 'src/celt/vq.c',
66 'src/celt/vq.h',
67 'src/include/opus.h',
68 'src/include/opus_custom.h',
69 'src/include/opus_defines.h',
70 'src/include/opus_multistream.h',
71 'src/include/opus_types.h',
72 'src/silk/A2NLSF.c',
73 'src/silk/ana_filt_bank_1.c',
74 'src/silk/API.h',
75 'src/silk/biquad_alt.c',
76 'src/silk/bwexpander.c',
77 'src/silk/bwexpander_32.c',
78 'src/silk/check_control_input.c',
79 'src/silk/CNG.c',
80 'src/silk/code_signs.c',
81 'src/silk/control.h',
82 'src/silk/control_audio_bandwidth.c',
83 'src/silk/control_codec.c',
84 'src/silk/control_SNR.c',
85 'src/silk/debug.c',
86 'src/silk/debug.h',
87 'src/silk/dec_API.c',
88 'src/silk/decode_core.c',
89 'src/silk/decode_frame.c',
90 'src/silk/decode_indices.c',
91 'src/silk/decode_parameters.c',
92 'src/silk/decode_pitch.c',
93 'src/silk/decode_pulses.c',
94 'src/silk/decoder_set_fs.c',
95 'src/silk/define.h',
96 'src/silk/enc_API.c',
97 'src/silk/encode_indices.c',
98 'src/silk/encode_pulses.c',
99 'src/silk/errors.h',
100 'src/silk/float/apply_sine_window_FLP.c',
101 'src/silk/float/autocorrelation_FLP.c',
102 'src/silk/float/burg_modified_FLP.c',
103 'src/silk/float/bwexpander_FLP.c',
104 'src/silk/float/corrMatrix_FLP.c',
105 'src/silk/float/encode_frame_FLP.c',
106 'src/silk/float/energy_FLP.c',
107 'src/silk/float/find_LPC_FLP.c',
108 'src/silk/float/find_LTP_FLP.c',
109 'src/silk/float/find_pitch_lags_FLP.c',
110 'src/silk/float/find_pred_coefs_FLP.c',
111 'src/silk/float/inner_product_FLP.c',
112 'src/silk/float/k2a_FLP.c',
113 'src/silk/float/levinsondurbin_FLP.c',
114 'src/silk/float/LPC_analysis_filter_FLP.c',
115 'src/silk/float/LPC_inv_pred_gain_FLP.c',
116 'src/silk/float/LTP_analysis_filter_FLP.c',
117 'src/silk/float/LTP_scale_ctrl_FLP.c',
118 'src/silk/float/main_FLP.h',
119 'src/silk/float/noise_shape_analysis_FLP.c',
120 'src/silk/float/pitch_analysis_core_FLP.c',
121 'src/silk/float/prefilter_FLP.c',
122 'src/silk/float/process_gains_FLP.c',
123 'src/silk/float/regularize_correlations_FLP.c',
124 'src/silk/float/residual_energy_FLP.c',
125 'src/silk/float/scale_copy_vector_FLP.c',
126 'src/silk/float/scale_vector_FLP.c',
127 'src/silk/float/schur_FLP.c',
128 'src/silk/float/SigProc_FLP.h',
129 'src/silk/float/silk_float.vcxproj',
130 'src/silk/float/silk_float.vcxproj.filters',
131 'src/silk/float/solve_LS_FLP.c',
132 'src/silk/float/sort_FLP.c',
133 'src/silk/float/structs_FLP.h',
134 'src/silk/float/warped_autocorrelation_FLP.c',
135 'src/silk/float/wrappers_FLP.c',
136 'src/silk/gain_quant.c',
137 'src/silk/HP_variable_cutoff.c',
138 'src/silk/init_decoder.c',
139 'src/silk/init_encoder.c',
140 'src/silk/Inlines.h',
141 'src/silk/inner_prod_aligned.c',
142 'src/silk/interpolate.c',
143 'src/silk/lin2log.c',
144 'src/silk/log2lin.c',
145 'src/silk/LP_variable_cutoff.c',
146 'src/silk/LPC_analysis_filter.c',
147 'src/silk/LPC_inv_pred_gain.c',
148 'src/silk/MacroCount.h',
149 'src/silk/MacroDebug.h',
150 'src/silk/macros.h',
151 'src/silk/main.h',
152 'src/silk/NLSF2A.c',
153 'src/silk/NLSF_decode.c',
154 'src/silk/NLSF_del_dec_quant.c',
155 'src/silk/NLSF_encode.c',
156 'src/silk/NLSF_stabilize.c',
157 'src/silk/NLSF_unpack.c',
158 'src/silk/NLSF_VQ.c',
159 'src/silk/NLSF_VQ_weights_laroia.c',
160 'src/silk/NSQ.c',
161 'src/silk/NSQ_del_dec.c',
162 'src/silk/pitch_est_defines.h',
163 'src/silk/pitch_est_tables.c',
164 'src/silk/PLC.c',
165 'src/silk/PLC.h',
166 'src/silk/process_NLSFs.c',
167 'src/silk/quant_LTP_gains.c',
168 'src/silk/resampler.c',
169 'src/silk/resampler_down2.c',
170 'src/silk/resampler_down2_3.c',
171 'src/silk/resampler_private.h',
172 'src/silk/resampler_private_AR2.c',
173 'src/silk/resampler_private_down_FIR.c',
174 'src/silk/resampler_private_IIR_FIR.c',
175 'src/silk/resampler_private_up2_HQ.c',
176 'src/silk/resampler_rom.c',
177 'src/silk/resampler_rom.h',
178 'src/silk/resampler_structs.h',
179 'src/silk/shell_coder.c',
180 'src/silk/sigm_Q15.c',
181 'src/silk/SigProc_FIX.h',
182 'src/silk/sort.c',
183 'src/silk/stereo_decode_pred.c',
184 'src/silk/stereo_encode_pred.c',
185 'src/silk/stereo_find_predictor.c',
186 'src/silk/stereo_LR_to_MS.c',
187 'src/silk/stereo_MS_to_LR.c',
188 'src/silk/stereo_quant_pred.c',
189 'src/silk/structs.h',
190 'src/silk/sum_sqr_shift.c',
191 'src/silk/table_LSF_cos.c',
192 'src/silk/tables.h',
193 'src/silk/tables_gain.c',
194 'src/silk/tables_LTP.c',
195 'src/silk/tables_NLSF_CB_NB_MB.c',
196 'src/silk/tables_NLSF_CB_WB.c',
197 'src/silk/tables_other.c',
198 'src/silk/tables_pitch_lag.c',
199 'src/silk/tables_pulses_per_block.c',
200 'src/silk/tuning_parameters.h',
201 'src/silk/typedef.h',
202 'src/silk/VAD.c',
203 'src/silk/VQ_WMat_EC.c',
204 'src/src/opus.c',
205 'src/src/opus_decoder.c',
206 'src/src/opus_encoder.c',
207 'src/src/opus_multistream.c',
208 'src/src/repacketizer.c',
209 ],
210 'conditions': [
211 ['os_posix == 1', {
212 'defines': [
213 'HAVE_LRINT',
214 'HAVE_LRINTF',
215 ],
216 }],
217 ],
218 }, # target opus
219 ]
220 }, { # use_system_opus != 0
221 'targets': [
222 {
223 'target_name': 'opus',
224 'type': 'none',
225 'direct_dependent_settings': {
226 'cflags': [
227 '<!@(pkg-config --cflags opus)',
228 ],
229 'defines': [
230 'USE_SYSTEM_OPUS',
231 ],
232 },
233 'link_settings': {
234 'ldflags': [
235 '<!@(pkg-config --libs-only-L --libs-only-other opus)',
236 ],
237 'libraries': [
238 '<!@(pkg-config --libs-only-l opus)',
239 ],
240 },
241 }, # target opus
242 ],
243 }],
244 ],
245 }
OLDNEW
« no previous file with comments | « third_party/opus/opus.h ('k') | tools/checklicenses/checklicenses.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698