2011-07-07 08:21:25 +00:00
|
|
|
# Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
|
|
|
|
|
#
|
|
|
|
|
# Use of this source code is governed by a BSD-style license
|
|
|
|
|
# that can be found in the LICENSE file in the root of the source
|
|
|
|
|
# tree. An additional intellectual property rights grant can be found
|
|
|
|
|
# in the file PATENTS. All contributing project authors may
|
|
|
|
|
# be found in the AUTHORS file in the root of the source tree.
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
'targets': [
|
|
|
|
|
{
|
2015-06-10 13:45:08 -07:00
|
|
|
'target_name': 'pcm16b',
|
2013-01-18 23:42:21 +00:00
|
|
|
'type': 'static_library',
|
2014-12-11 10:47:19 +00:00
|
|
|
'dependencies': [
|
2014-12-16 13:41:36 +00:00
|
|
|
'audio_encoder_interface',
|
2015-06-10 13:45:08 -07:00
|
|
|
'g711',
|
2014-12-11 10:47:19 +00:00
|
|
|
],
|
2011-07-07 08:21:25 +00:00
|
|
|
'sources': [
|
2015-09-17 07:47:34 +02:00
|
|
|
'audio_decoder_pcm16b.cc',
|
2015-11-18 23:07:57 +01:00
|
|
|
'audio_decoder_pcm16b.h',
|
2014-12-11 10:47:19 +00:00
|
|
|
'audio_encoder_pcm16b.cc',
|
2015-11-18 23:07:57 +01:00
|
|
|
'audio_encoder_pcm16b.h',
|
2011-07-07 08:21:25 +00:00
|
|
|
'pcm16b.c',
|
2015-11-18 23:07:57 +01:00
|
|
|
'pcm16b.h',
|
2011-07-07 08:21:25 +00:00
|
|
|
],
|
|
|
|
|
},
|
2011-11-17 13:39:15 +00:00
|
|
|
], # targets
|
2011-07-07 08:21:25 +00:00
|
|
|
}
|