Update moonlight-common-c with audio FEC support

This commit is contained in:
Cameron Gutman 2021-06-04 18:46:36 -05:00
commit 9637639e31
2 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit 122ce4a5680c4e4e706d2746ddc633e895cedbe9
Subproject commit 509a17dbc3522e2981c9e312f0a7721566f6c2b5

View file

@ -56,8 +56,8 @@ SOURCES += \
$$COMMON_C_DIR/src/Platform.c \
$$COMMON_C_DIR/src/PlatformCrypto.c \
$$COMMON_C_DIR/src/PlatformSockets.c \
$$COMMON_C_DIR/src/RtpFecQueue.c \
$$COMMON_C_DIR/src/RtpReorderQueue.c \
$$COMMON_C_DIR/src/RtpAudioQueue.c \
$$COMMON_C_DIR/src/RtpVideoQueue.c \
$$COMMON_C_DIR/src/RtspConnection.c \
$$COMMON_C_DIR/src/RtspParser.c \
$$COMMON_C_DIR/src/SdpGenerator.c \