Files
IronFox/patches/disable-hls.patch
celenity babfc26392 feat: Disable HLS at build-time
Signed-off-by: celenity <celenity@celenity.dev>
2025-05-11 19:36:58 -04:00

14 lines
405 B
Diff

diff --git a/mobile/android/moz.configure b/mobile/android/moz.configure
index c900501ee6..dba0c2ce55 100644
--- a/mobile/android/moz.configure
+++ b/mobile/android/moz.configure
@@ -13,7 +13,7 @@ project_flag(
project_flag(
"MOZ_ANDROID_HLS_SUPPORT",
help="Enable HLS (HTTP Live Streaming) support (currently using the ExoPlayer library)",
- default=True,
+ default=False,
)
option(