Update moonlight-common-c with audio FEC support

This commit is contained in:
Cameron Gutman
2021-06-03 21:26:25 -05:00
parent 21876c6b8d
commit ccc1dfb426
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -33,8 +33,8 @@ COMMON_C_SOURCE := \
$(COMMON_C_DIR)/Platform.c \ $(COMMON_C_DIR)/Platform.c \
$(COMMON_C_DIR)/PlatformCrypto.c \ $(COMMON_C_DIR)/PlatformCrypto.c \
$(COMMON_C_DIR)/PlatformSockets.c \ $(COMMON_C_DIR)/PlatformSockets.c \
$(COMMON_C_DIR)/RtpFecQueue.c \ $(COMMON_C_DIR)/RtpAudioQueue.c \
$(COMMON_C_DIR)/RtpReorderQueue.c \ $(COMMON_C_DIR)/RtpVideoQueue.c \
$(COMMON_C_DIR)/RtspConnection.c \ $(COMMON_C_DIR)/RtspConnection.c \
$(COMMON_C_DIR)/RtspParser.c \ $(COMMON_C_DIR)/RtspParser.c \
$(COMMON_C_DIR)/SdpGenerator.c \ $(COMMON_C_DIR)/SdpGenerator.c \