From 00a52bb933eec4b67744327d1ca4b58437d6d23b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 23:15:32 -0500 Subject: [PATCH] build(deps): bump third-party/moonlight-common-c from `6250fa2` to `b187204` (#4751) * build(deps): bump third-party/moonlight-common-c Bumps [third-party/moonlight-common-c](https://github.com/moonlight-stream/moonlight-common-c) from `6250fa2` to `b187204`. - [Commits](https://github.com/moonlight-stream/moonlight-common-c/compare/6250fa29ee87873716045e3b64f1f229374324e8...b187204769974b9af9d2a3c3bca83ad40e4f1ac9) --- updated-dependencies: - dependency-name: third-party/moonlight-common-c dependency-version: b187204769974b9af9d2a3c3bca83ad40e4f1ac9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] * Add DATA_SHARDS_MAX definition --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Cameron Gutman --- src/rswrapper.h | 2 ++ third-party/moonlight-common-c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/rswrapper.h b/src/rswrapper.h index 6a3e38784..2a4ba0d26 100644 --- a/src/rswrapper.h +++ b/src/rswrapper.h @@ -8,6 +8,8 @@ // standard includes #include +#define DATA_SHARDS_MAX 255 + typedef struct _reed_solomon reed_solomon; typedef reed_solomon *(*reed_solomon_new_t)(int data_shards, int parity_shards); diff --git a/third-party/moonlight-common-c b/third-party/moonlight-common-c index 6250fa29e..b18720476 160000 --- a/third-party/moonlight-common-c +++ b/third-party/moonlight-common-c @@ -1 +1 @@ -Subproject commit 6250fa29ee87873716045e3b64f1f229374324e8 +Subproject commit b187204769974b9af9d2a3c3bca83ad40e4f1ac9