blob: 836afa1203adac04db454d5a03ee2a6cd5cd235e [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{
niklase@google.com470e71d2011-07-07 08:21:25 +00009 'targets': [
10 {
Zeke Chin786dbdc2015-06-10 13:45:08 -070011 'target_name': 'g722',
wjia@webrtc.orga3c82bf2013-01-18 23:42:21 +000012 'type': 'static_library',
henrik.lundin@webrtc.orgc1c92912014-12-16 13:41:36 +000013 'dependencies': [
14 'audio_encoder_interface',
ossu0d526d52016-09-21 01:57:31 -070015 'audio_decoder_interface',
henrik.lundin@webrtc.orgc1c92912014-12-16 13:41:36 +000016 ],
niklase@google.com470e71d2011-07-07 08:21:25 +000017 'sources': [
kwibergada4c132015-09-17 03:12:35 -070018 'audio_decoder_g722.cc',
kjellander@webrtc.org3c652b62015-11-18 23:07:57 +010019 'audio_decoder_g722.h',
kwiberg@webrtc.org0cd55582014-12-02 11:45:51 +000020 'audio_encoder_g722.cc',
kjellander@webrtc.org3c652b62015-11-18 23:07:57 +010021 'audio_encoder_g722.h',
niklase@google.com470e71d2011-07-07 08:21:25 +000022 'g722_interface.c',
kjellander@webrtc.org3c652b62015-11-18 23:07:57 +010023 'g722_interface.h',
niklase@google.com470e71d2011-07-07 08:21:25 +000024 'g722_decode.c',
25 'g722_enc_dec.h',
kjellander@webrtc.org3c652b62015-11-18 23:07:57 +010026 'g722_encode.c',
niklase@google.com470e71d2011-07-07 08:21:25 +000027 ],
28 },
xians@google.com4d79bf12011-08-05 16:14:25 +000029 ], # targets
niklase@google.com470e71d2011-07-07 08:21:25 +000030}