debug.gn 394 B

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