blob: 207790fe4e8589af0a8325787d1e6d1aa6f0b8d0 [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 {
Zeke Chin786dbdc2015-06-10 13:45:08 -070012 'target_name': 'g711',
wjia@webrtc.orga3c82bf2013-01-18 23:42:21 +000013 'type': 'static_library',
henrik.lundin@webrtc.orgc1c92912014-12-16 13:41:36 +000014 'dependencies': [
15 'audio_encoder_interface',
ossu0d526d52016-09-21 01:57:31 -070016 'audio_decoder_interface',
17 'legacy_encoded_audio_frame',
henrik.lundin@webrtc.orgc1c92912014-12-16 13:41:36 +000018 ],
niklase@google.com470e71d2011-07-07 08:21:25 +000019 'sources': [
kjellander@webrtc.org3c652b62015-11-18 23:07:57 +010020 'audio_decoder_pcm.cc',
21 'audio_decoder_pcm.h',
22 'audio_encoder_pcm.cc',
23 'audio_encoder_pcm.h',
niklase@google.com470e71d2011-07-07 08:21:25 +000024 'g711_interface.c',
kjellander@webrtc.org3c652b62015-11-18 23:07:57 +010025 'g711_interface.h',
niklase@google.com470e71d2011-07-07 08:21:25 +000026 'g711.c',
27 'g711.h',
28 ],
29 },
xians@google.come1cfd5f2011-08-05 16:14:02 +000030 ], # targets
niklase@google.com470e71d2011-07-07 08:21:25 +000031}