Don't select audio codecs depending on GN vars build_with_{chromium|mozilla}
BUG=webrtc:8343 Change-Id: I5943006a4da17f72eb88eae9d7ea57574d54f680 Reviewed-on: https://webrtc-review.googlesource.com/9401 Commit-Queue: Karl Wiberg <kwiberg@webrtc.org> Reviewed-by: Oskar Sundbom <ossu@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20540}
This commit is contained in:
@ -131,9 +131,7 @@ TEST(BuiltinAudioEncoderFactoryTest, SupportsTheExpectedFormats) {
|
||||
#ifdef WEBRTC_CODEC_ISAC
|
||||
{"isac", 32000, 1},
|
||||
#endif
|
||||
#ifdef WEBRTC_CODEC_G722
|
||||
{"G722", 8000, 1},
|
||||
#endif
|
||||
#ifdef WEBRTC_CODEC_ILBC
|
||||
{"ilbc", 8000, 1},
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user