Files
IronFox/patches/gecko-remove-clearkey.patch
celenity ceeae87d00 feat: Patch formatting
Applies consistent formatting and naming to patches

Signed-off-by: celenity <celenity@celenity.dev>
2026-07-06 00:50:48 +00:00

24 lines
700 B
Diff

From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: celenity <celenity@celenity.dev>
Date: Sun, 05 Jul 2026 20:19:20 +0000
Subject: [PATCH] Gecko - Remove Clear Key
Removes the Clear Key CDM.
Signed-off-by: celenity <celenity@celenity.dev>
---
diff --git a/mobile/android/installer/package-manifest.in b/mobile/android/installer/package-manifest.in
index b16d2c3df257..95461d9663ca 100644
--- a/mobile/android/installer/package-manifest.in
+++ b/mobile/android/installer/package-manifest.in
@@ -84,7 +84,7 @@
#endif
; GMP clearkey plugin
-@BINPATH@/@DLL_PREFIX@clearkey@DLL_SUFFIX@
+; @BINPATH@/@DLL_PREFIX@clearkey@DLL_SUFFIX@
[browser]
; [Base Browser Files]
--