| Index: webrtc/modules/audio_coding/main/test/TestAllCodecs.cc
|
| diff --git a/webrtc/modules/audio_coding/main/test/TestAllCodecs.cc b/webrtc/modules/audio_coding/main/test/TestAllCodecs.cc
|
| index b1badb6363a21e1e25f75b056a30b6ff0187f32a..21d97f1abf1ced1f20e3a5eccd98e958c091735a 100644
|
| --- a/webrtc/modules/audio_coding/main/test/TestAllCodecs.cc
|
| +++ b/webrtc/modules/audio_coding/main/test/TestAllCodecs.cc
|
| @@ -223,7 +223,6 @@ void TestAllCodecs::Perform() {
|
| Run(channel_a_to_b_);
|
| outfile_b_.Close();
|
| #endif
|
| -#ifdef WEBRTC_CODEC_PCM16
|
| if (test_mode_ != 0) {
|
| printf("===============================================================\n");
|
| }
|
| @@ -263,7 +262,6 @@ void TestAllCodecs::Perform() {
|
| RegisterSendCodec('A', codec_l16, 32000, 512000, 640, 0);
|
| Run(channel_a_to_b_);
|
| outfile_b_.Close();
|
| -#endif
|
| if (test_mode_ != 0) {
|
| printf("===============================================================\n");
|
| }
|
| @@ -339,9 +337,6 @@ void TestAllCodecs::Perform() {
|
| #ifndef WEBRTC_CODEC_ISACFX
|
| printf(" ISAC fix\n");
|
| #endif
|
| -#ifndef WEBRTC_CODEC_PCM16
|
| - printf(" PCM16\n");
|
| -#endif
|
|
|
| printf("\nTo complete the test, listen to the %d number of output files.\n",
|
| test_count_);
|
|
|