ports/devel/electron25/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
382 B
Text

--- electron/build/args/all.gn.orig 2023-08-27 07:42:08 UTC
+++ electron/build/args/all.gn
@@ -14,8 +14,8 @@ v8_enable_snapshot_native_code_counters = false
v8_enable_javascript_promise_hooks = true
enable_cdm_host_verification = false
-proprietary_codecs = true
-ffmpeg_branding = "Chrome"
+# proprietary_codecs = true
+# ffmpeg_branding = "Chrome"
enable_printing = true