mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-04-03 06:16:12 +00:00
Update moonlight-common-c with SIMD acceleration for FEC
This commit is contained in:
Submodule moonlight-common-c/moonlight-common-c updated: 6250fa29ee...5551d29ba2
@@ -40,9 +40,7 @@ unix:!macx {
|
||||
|
||||
COMMON_C_DIR = $$PWD/moonlight-common-c
|
||||
ENET_DIR = $$COMMON_C_DIR/enet
|
||||
RS_DIR = $$COMMON_C_DIR/reedsolomon
|
||||
SOURCES += \
|
||||
$$RS_DIR/rs.c \
|
||||
$$ENET_DIR/callbacks.c \
|
||||
$$ENET_DIR/compress.c \
|
||||
$$ENET_DIR/host.c \
|
||||
@@ -52,6 +50,7 @@ SOURCES += \
|
||||
$$ENET_DIR/protocol.c \
|
||||
$$ENET_DIR/unix.c \
|
||||
$$ENET_DIR/win32.c \
|
||||
$$COMMON_C_DIR/src/rswrapper.c \
|
||||
$$COMMON_C_DIR/src/AudioStream.c \
|
||||
$$COMMON_C_DIR/src/ByteBuffer.c \
|
||||
$$COMMON_C_DIR/src/Connection.c \
|
||||
@@ -75,9 +74,11 @@ SOURCES += \
|
||||
HEADERS += \
|
||||
$$COMMON_C_DIR/src/Limelight.h
|
||||
INCLUDEPATH += \
|
||||
$$RS_DIR \
|
||||
$$ENET_DIR/include \
|
||||
$$COMMON_C_DIR/src
|
||||
$$COMMON_C_DIR/src \
|
||||
$$COMMON_C_DIR/nanors \
|
||||
$$COMMON_C_DIR/nanors/deps \
|
||||
$$COMMON_C_DIR/nanors/deps/obl
|
||||
DEFINES += HAS_SOCKLEN_T
|
||||
|
||||
CONFIG(debug, debug|release) {
|
||||
|
||||
Reference in New Issue
Block a user