Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(26)

Side by Side Diff: webrtc/modules/audio_coding/neteq/neteq_tests.gypi

Issue 1516653003: Adding Opus to RTPencode. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: fixing some nits Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | webrtc/modules/audio_coding/neteq/test/PayloadTypes.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license 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 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 5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS. All contributing project authors may 6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree. 7 # be found in the AUTHORS file in the root of the source tree.
8 8
9 { 9 {
10 'conditions': [ 10 'conditions': [
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 'dependencies': [ 49 'dependencies': [
50 # TODO(hlundin): Make RTPencode use ACM to encode files. 50 # TODO(hlundin): Make RTPencode use ACM to encode files.
51 '<(webrtc_root)/common_audio/common_audio.gyp:common_audio', 51 '<(webrtc_root)/common_audio/common_audio.gyp:common_audio',
52 'cng', 52 'cng',
53 'g711', 53 'g711',
54 'g722', 54 'g722',
55 'ilbc', 55 'ilbc',
56 'isac', 56 'isac',
57 'neteq_test_tools', # Test helpers 57 'neteq_test_tools', # Test helpers
58 'pcm16b', 58 'pcm16b',
59 'webrtc_opus',
59 ], 60 ],
60 'defines': [ 61 'defines': [
61 'CODEC_ILBC', 62 'CODEC_ILBC',
62 'CODEC_PCM16B', 63 'CODEC_PCM16B',
63 'CODEC_G711', 64 'CODEC_G711',
64 'CODEC_G722', 65 'CODEC_G722',
65 'CODEC_ISAC', 66 'CODEC_ISAC',
66 'CODEC_PCM16B_WB', 67 'CODEC_PCM16B_WB',
67 'CODEC_ISAC_SWB', 68 'CODEC_ISAC_SWB',
68 'CODEC_PCM16B_32KHZ', 69 'CODEC_PCM16B_32KHZ',
69 'CODEC_PCM16B_48KHZ', 70 'CODEC_PCM16B_48KHZ',
70 'CODEC_CNGCODEC8', 71 'CODEC_CNGCODEC8',
71 'CODEC_CNGCODEC16', 72 'CODEC_CNGCODEC16',
72 'CODEC_CNGCODEC32', 73 'CODEC_CNGCODEC32',
73 'CODEC_ATEVENT_DECODE', 74 'CODEC_ATEVENT_DECODE',
74 'CODEC_RED', 75 'CODEC_RED',
76 'CODEC_OPUS',
75 ], 77 ],
76 'include_dirs': [ 78 'include_dirs': [
77 'include', 79 'include',
78 'test', 80 'test',
79 '<(webrtc_root)', 81 '<(webrtc_root)',
80 ], 82 ],
81 'sources': [ 83 'sources': [
82 'test/RTPencode.cc', 84 'test/RTPencode.cc',
83 ], 85 ],
84 # Disable warnings to enable Win64 build, issue 1323. 86 # Disable warnings to enable Win64 build, issue 1323.
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 'test/NETEQTEST_RTPpacket.cc', 310 'test/NETEQTEST_RTPpacket.cc',
309 'test/NETEQTEST_RTPpacket.h', 311 'test/NETEQTEST_RTPpacket.h',
310 ], 312 ],
311 # Disable warnings to enable Win64 build, issue 1323. 313 # Disable warnings to enable Win64 build, issue 1323.
312 'msvs_disabled_warnings': [ 314 'msvs_disabled_warnings': [
313 4267, # size_t to int truncation. 315 4267, # size_t to int truncation.
314 ], 316 ],
315 }, 317 },
316 ], # targets 318 ], # targets
317 } 319 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/modules/audio_coding/neteq/test/PayloadTypes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698