build: [gn] explicitly override rtc_use_h264 (#14378)
* 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.
This commit is contained in:
parent
cbb460d476
commit
0c4e7104cf
4 changed files with 24 additions and 5 deletions
|
@ -1,3 +1,6 @@
|
|||
import("release.gn")
|
||||
import("all.gn")
|
||||
is_component_build = false
|
||||
is_component_ffmpeg = true
|
||||
is_official_build = true
|
||||
proprietary_codecs = false
|
||||
ffmpeg_branding = "Chromium"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue