electron/build/args/release.gn

13 lines
455 B
Text
Raw Normal View History

import("all.gn")
is_component_build = false
is_component_ffmpeg = true
2018-08-16 18:46:35 +00:00
is_official_build = true
strip_debug_info = true
# 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