mirror of
https://github.com/ironfox-oss/IronFox.git
synced 2026-07-31 01:46:33 -04:00
Applies consistent formatting and naming to patches Signed-off-by: celenity <celenity@celenity.dev>
24 lines
700 B
Diff
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]
|
|
--
|