Refactor EME configuration to remove wmfcdm support and adjust gradient dot size

This commit is contained in:
mr. M
2025-02-20 17:33:53 +01:00
parent 35b3ea2047
commit 48ab77ef52
5 changed files with 4 additions and 6 deletions

View File

@@ -38,7 +38,7 @@ if test "$SURFER_COMPAT" = "x86_64"; then
export RUSTFLAGS="-Clink-args=--icf=safe"
elif test "$SURFER_COMPAT" = "aarch64"; then
ac_add_options --target=aarch64-pc-windows-msvc
ac_add_options --enable-eme=widevine,wmfcdm
ac_add_options --enable-eme=widevine
ac_add_options --enable-optimize="-O2 -mtune=cortex-a55 -march=armv8.2-a+simd"