release.gn 731 B

1234567891011121314151617
  1. import("all.gn")
  2. is_component_build = false
  3. is_official_build = true
  4. strip_debug_info = true
  5. # This may be guarded behind is_chrome_branded alongside
  6. # proprietary_codecs https://webrtc-review.googlesource.com/c/src/+/36321,
  7. # explicitly override here to build OpenH264 encoder/FFmpeg decoder.
  8. # The initialization of the decoder depends on whether ffmpeg has
  9. # been built with H.264 support.
  10. rtc_use_h264 = proprietary_codecs
  11. # By default, Electron builds ffmpeg with proprietary codecs enabled. In order
  12. # to facilitate users who don't want to ship proprietary codecs in ffmpeg, or
  13. # who have an LGPL requirement to ship ffmpeg as a dynamically linked library,
  14. # we build ffmpeg as a shared library.
  15. is_component_ffmpeg = true