mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-04-02 22:06:14 +00:00
Enable NEON FEC optimizations on Steam Link
This commit is contained in:
@@ -95,3 +95,8 @@ CONFIG(debug, debug|release) {
|
|||||||
*-g++|*-clang* {
|
*-g++|*-clang* {
|
||||||
QMAKE_CFLAGS_WARN_ON += -Wno-unused-parameter
|
QMAKE_CFLAGS_WARN_ON += -Wno-unused-parameter
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Enable NEON optimizations on Steam Link
|
||||||
|
config_SL {
|
||||||
|
DEFINES += OBLAS_NEON
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user