0c4e7104cf
* build: [gn] explicitly override rtc_use_h264 * build: [gn] don't override ffmpeg config from release config * build: [gn] remove is_cfi override from release config The original concern about node is fixed and we have been building testing builds without the override for sometime now.
6 lines
152 B
Text
6 lines
152 B
Text
import("all.gn")
|
|
is_component_build = false
|
|
is_component_ffmpeg = true
|
|
is_official_build = true
|
|
proprietary_codecs = false
|
|
ffmpeg_branding = "Chromium"
|