1 # Copyright (c) 2010 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.
8 'target_name': 'libspeex',
9 'product_name': 'speex',
10 'type': 'static_library',
14 'libspeex/cb_search.c',
15 'libspeex/cb_search.h',
16 'libspeex/exc_10_16_table.c',
17 'libspeex/exc_10_32_table.c',
18 'libspeex/exc_20_32_table.c',
19 'libspeex/exc_5_256_table.c',
20 'libspeex/exc_5_64_table.c',
21 'libspeex/exc_8_128_table.c',
24 'libspeex/gain_table.c',
25 'libspeex/gain_table_lbr.c',
26 'libspeex/hexc_10_32_table.c',
27 'libspeex/hexc_table.c',
28 'libspeex/high_lsp_tables.c',
33 'libspeex/lsp_tables_nb.c',
36 'libspeex/math_approx.h',
39 'libspeex/modes_wb.c',
42 'libspeex/os_support.h',
43 'libspeex/pseudofloat.h',
44 'libspeex/quant_lsp.c',
45 'libspeex/quant_lsp.h',
49 'libspeex/speex_callbacks.c',
50 'libspeex/speex_header.c',
51 'libspeex/stack_alloc.h',
58 'include/speex/speex.h',
59 'include/speex/speex_bits.h',
60 'include/speex/speex_buffer.h',
61 'include/speex/speex_callbacks.h',
62 'include/speex/speex_echo.h',
63 'include/speex/speex_header.h',
64 'include/speex/speex_jitter.h',
65 'include/speex/speex_preprocess.h',
66 'include/speex/speex_resampler.h',
67 'include/speex/speex_stereo.h',
68 'include/speex/speex_types.h',
80 'direct_dependent_settings': {
82 'include', # Clients expect <speex/speex.h> to be a system header.
85 'msvs_disabled_warnings': [4244, 4305],
92 # indent-tabs-mode:nil
94 # vim: set expandtab tabstop=2 shiftwidth=2: