diff options
Diffstat (limited to 'devel/electron37/files/patch-third__party_ffmpeg_BUILD.gn')
-rw-r--r-- | devel/electron37/files/patch-third__party_ffmpeg_BUILD.gn | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/electron37/files/patch-third__party_ffmpeg_BUILD.gn b/devel/electron37/files/patch-third__party_ffmpeg_BUILD.gn new file mode 100644 index 000000000000..76e474afac7a --- /dev/null +++ b/devel/electron37/files/patch-third__party_ffmpeg_BUILD.gn @@ -0,0 +1,10 @@ +--- third_party/ffmpeg/BUILD.gn.orig 2025-07-04 05:17:07 UTC ++++ third_party/ffmpeg/BUILD.gn +@@ -355,7 +355,6 @@ target(link_target_type, "ffmpeg_internal") { + libs += [ + "m", + "z", +- "rt", + ] + } + if (is_component_ffmpeg) { |