Commit 30402422 authored by Georg Koppen's avatar Georg Koppen Committed by Matthew Finkel
Browse files

Bug 29859: Disable HLS support for now

parent 172e71d7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -382,7 +382,7 @@ public class AppConstants {
//#ifdef TOR_BROWSER_VERSION
        return true;
//#else
        return false;
        return true;
//#endif
    }
}
+1 −1
Original line number Diff line number Diff line
@@ -92,7 +92,7 @@ project_flag('MOZ_SWITCHBOARD',

project_flag('MOZ_ANDROID_HLS_SUPPORT',
             help='Enable HLS (HTTP Live Streaming) support (currently using the ExoPlayer library)',
             default=True)
             default=False)

option(env='MOZ_ANDROID_ACTIVITY_STREAM',
       help='Enable Activity Stream on Android (replacing the default HomePager)',