Build: Disable the iLBC audio codec by default

webrtc.org no longer builds with the iLBC audio codec by default by
setting rtc_include_ilbc to false in webrtc.gni.

You can read more about iLBC at
  https://webrtc.github.io/webrtc-org/license/ilbc-freeware/

iLBC is not a mandatory-to-implement codec in WebRTC (and we are
pretty sure it was never enabled in Chrome). This affects only
native applications which can change the build flag again.

BUG=webrtc:11740

Change-Id: I513658a950100a90346370c9210806aee0f34607
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/178395
Commit-Queue: Philipp Hancke <philipp.hancke@googlemail.com>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#31599}
This commit is contained in:
Philipp Hancke
2020-06-30 16:35:53 +02:00
committed by Commit Bot
parent 9d841fb1f5
commit f14d2a500d

View File

@ -65,7 +65,7 @@ declare_args() {
rtc_builtin_ssl_root_certificates = true
# Include the iLBC audio codec?
rtc_include_ilbc = true
rtc_include_ilbc = false
# Disable this to avoid building the Opus audio codec.
rtc_include_opus = true