testing.gn 490 B

1234567891011121314
  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. # This may be guarded behind is_chrome_branded alongside
  9. # proprietary_codecs https://webrtc-review.googlesource.com/c/src/+/36321,
  10. # explicitly override here to build OpenH264 encoder/FFmpeg decoder.
  11. # The initialization of the decoder depends on whether ffmpeg has
  12. # been built with H.264 support.
  13. rtc_use_h264 = proprietary_codecs