2018-08-16 17:28:01 -06:00
|
|
|
import("all.gn")
|
|
|
|
is_debug = false
|
|
|
|
is_component_build = false
|
2018-08-22 09:41:25 -06:00
|
|
|
is_component_ffmpeg = true
|
2018-08-16 17:28:01 -06:00
|
|
|
is_official_build = false
|
|
|
|
dcheck_always_on = true
|
|
|
|
symbol_level = 1
|
2018-08-31 11:47:45 -06:00
|
|
|
|
|
|
|
# This may be guarded behind is_chrome_branded alongside
|
|
|
|
# proprietary_codecs https://webrtc-review.googlesource.com/c/src/+/36321,
|
|
|
|
# explicitly override here to build OpenH264 encoder/FFmpeg decoder.
|
|
|
|
# The initialization of the decoder depends on whether ffmpeg has
|
|
|
|
# been built with H.264 support.
|
|
|
|
rtc_use_h264 = proprietary_codecs
|