ports/devel/electron25/files/patch-electron_build_args_release.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

11 lines
544 B
Text

--- electron/build/args/release.gn.orig 2023-08-27 07:42:52 UTC
+++ electron/build/args/release.gn
@@ -7,7 +7,7 @@ is_official_build = true
# explicitly override here to build OpenH264 encoder/FFmpeg decoder.
# The initialization of the decoder depends on whether ffmpeg has
# been built with H.264 support.
-rtc_use_h264 = proprietary_codecs
+# rtc_use_h264 = proprietary_codecs
# By default, Electron builds ffmpeg with proprietary codecs enabled. In order
# to facilitate users who don't want to ship proprietary codecs in ffmpeg, or