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.
9 'use_opus_fixed_point%': 1,
11 'use_opus_fixed_point%': 0,
17 'target_name': 'opus',
18 'type': 'static_library',
28 'direct_dependent_settings': {
33 'includes': ['opus_srcs.gypi', ],
46 'msvs_disabled_warnings': [
47 4305, # Disable truncation warning in celt/pitch.c .
48 4334, # Disable 32-bit shift warning in src/opus_encoder.c .
51 ['use_opus_fixed_point==0', {
56 ['exclude', '/fixed/[^/]*_FIX.(h|c)$'],
66 ['exclude', '/float/[^/]*_FLP.(h|c)$'],
72 'target_name': 'opus_demo',
92 'src/src/opus_demo.c',