mirror of
https://github.com/ironfox-oss/IronFox.git
synced 2026-06-11 09:44:46 -04:00
14 lines
405 B
Diff
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(
|