Update moonlight-common-c with vectorized FEC for non-ARMv8/x64 platforms

Also remove the workaround for Steam Link since vectorization is enabled by compiler flags now.
This commit is contained in:
Cameron Gutman
2026-02-19 20:09:38 -06:00
parent 8f994dd113
commit 09675bf56d
2 changed files with 1 additions and 6 deletions

View File

@@ -95,8 +95,3 @@ CONFIG(debug, debug|release) {
*-g++|*-clang* {
QMAKE_CFLAGS_WARN_ON += -Wno-unused-parameter
}
# Enable NEON optimizations on Steam Link
config_SL {
DEFINES += OBLAS_NEON
}