testing.gn 539 B

12345678910111213141516
  1. import("all.gn")
  2. is_debug = false
  3. is_component_build = false
  4. is_component_ffmpeg = true
  5. is_official_build = false
  6. dcheck_always_on = true
  7. symbol_level = 1
  8. strip_absolute_paths_from_debug_symbols = false
  9. # This may be guarded behind is_chrome_branded alongside
  10. # proprietary_codecs https://webrtc-review.googlesource.com/c/src/+/36321,
  11. # explicitly override here to build OpenH264 encoder/FFmpeg decoder.
  12. # The initialization of the decoder depends on whether ffmpeg has
  13. # been built with H.264 support.
  14. rtc_use_h264 = proprietary_codecs