From ccc1dfb426a63c95a92a39213f83864cd4ed3586 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Thu, 3 Jun 2021 21:26:25 -0500 Subject: [PATCH] Update moonlight-common-c with audio FEC support --- common-c.mk | 4 ++-- moonlight-common-c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common-c.mk b/common-c.mk index acadea5..9b6da3e 100644 --- a/common-c.mk +++ b/common-c.mk @@ -33,8 +33,8 @@ COMMON_C_SOURCE := \ $(COMMON_C_DIR)/Platform.c \ $(COMMON_C_DIR)/PlatformCrypto.c \ $(COMMON_C_DIR)/PlatformSockets.c \ - $(COMMON_C_DIR)/RtpFecQueue.c \ - $(COMMON_C_DIR)/RtpReorderQueue.c \ + $(COMMON_C_DIR)/RtpAudioQueue.c \ + $(COMMON_C_DIR)/RtpVideoQueue.c \ $(COMMON_C_DIR)/RtspConnection.c \ $(COMMON_C_DIR)/RtspParser.c \ $(COMMON_C_DIR)/SdpGenerator.c \ diff --git a/moonlight-common-c b/moonlight-common-c index 4723f8b..509a17d 160000 --- a/moonlight-common-c +++ b/moonlight-common-c @@ -1 +1 @@ -Subproject commit 4723f8ba7cce9b2dead1d2d441472836153fa8ed +Subproject commit 509a17dbc3522e2981c9e312f0a7721566f6c2b5