1 # Copyright 2014 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.
7 '../../native_client/build/untrusted.gypi',
11 'target_name': 'opus_nacl',
14 'nlib_target': 'libopus_nacl.a',
17 'build_pnacl_newlib': 1,
32 'includes': ['opus_srcs.gypi', ],
34 '<@(opus_common_sources)',
35 '<@(opus_float_sources)',
37 # Suppress a warning given by opus_decoder.c that tells us
38 # optimizations are turned off.
40 '-Wno-#pragma-messages',
42 }, # end of target 'opus_nacl'