From 02458df3abbe07ca3ef8705dc2ed8021aa9ad15f Mon Sep 17 00:00:00 2001 From: Alexander Frick Date: Sun, 25 Jun 2023 23:10:18 -0500 Subject: [PATCH] android args update --- README.md | 2 +- arm/android/android_ARM32_args.gn | 2 +- arm/android/android_ARM64_args.gn | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 171cff74..95511ae7 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ - Always built with the latest stable version build of [Chromium](https://www.chromium.org/). - Intended to behave like and have the featureset of Google Chrome, with differences/patches/enhancements listed below. - Includes [Widevine](https://www.widevine.com/), [All Codecs](https://tools.woolyss.com/html5-audio-video-tester/), Chrome Plugins, as well as thinLTO, CFlag, LDFlag, LLVM Loop, and PGO compiler optimizations. It is built with [SSE4](https://en.wikipedia.org/wiki/SSE4), [AVX](https://en.wikipedia.org/wiki/Advanced_Vector_Extensions), and [AES](https://en.wikipedia.org/wiki/AES_instruction_set), so it won't launch on CPU's below 2nd gen Core or AMD FX, but benefits from Advanced Vector EXtensions. You can disable this and build with regular SSE3 like Chromium and Chrome, or use builds from [Thorium Special](https://github.com/Alex313031/Thorium-Special), some of which are SSE4 only. (See below.) -### Other Builds           +### Other Builds              – I also build for Windows > [Thorium Win](https://github.com/Alex313031/Thorium-Win) \  – AVX2 Builds for Windows and Linux > [Thorium AVX2](https://github.com/Alex313031/Thorium-AVX2) (source files for AVX2 are here in the "other" directory, as well as files for SSE3 builds.) \  – MacOS (M1 and X64), Raspberry Pi, and Android builds are located at > [Thorium Special](https://github.com/Alex313031/Thorium-Special) You can also find SSE3 builds for CPUs without AVX here. \ diff --git a/arm/android/android_ARM32_args.gn b/arm/android/android_ARM32_args.gn index 2b5439d6..bde2daed 100644 --- a/arm/android/android_ARM32_args.gn +++ b/arm/android/android_ARM32_args.gn @@ -57,7 +57,7 @@ enable_precompiled_headers = false media_use_ffmpeg = true media_use_libvpx = true # enable_hls_sample_aes = true -enable_hls_demuxer = true +# enable_hls_demuxer = true enable_ink = false enable_discovery = true enable_cros_media_app = false diff --git a/arm/android/android_ARM64_args.gn b/arm/android/android_ARM64_args.gn index 91381c8b..568af7f3 100644 --- a/arm/android/android_ARM64_args.gn +++ b/arm/android/android_ARM64_args.gn @@ -57,7 +57,7 @@ enable_precompiled_headers = false media_use_ffmpeg = true media_use_libvpx = true # enable_hls_sample_aes = true -enable_hls_demuxer = true +# enable_hls_demuxer = true enable_ink = false enable_discovery = true enable_cros_media_app = false