ports/devel/electron22/files/patch-electron_build_args_all.gn
Hiroki Tagato e1cac91de6 devel/electron{22,23,24,25}: fix build with CODECS option OFF
Reported by:	crypt _at_ crypts _dot_ me (via private email)
MFH:		2023Q3
2023-08-27 17:46:30 +09:00

13 lines
381 B
Text

--- electron/build/args/all.gn.orig 2023-08-27 00:45:03 UTC
+++ electron/build/args/all.gn
@@ -17,8 +17,8 @@ v8_scriptormodule_legacy_lifetime = true
v8_enable_javascript_promise_hooks = true
enable_cdm_host_verification = false
-proprietary_codecs = true
-ffmpeg_branding = "Chrome"
+# proprietary_codecs = true
+# ffmpeg_branding = "Chrome"
enable_basic_printing = true