mirror of
https://github.com/LizardByte/Sunshine.git
synced 2026-08-07 10:20:46 +00:00
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] <support@github.com> * Add DATA_SHARDS_MAX definition --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Cameron Gutman <aicommander@gmail.com>
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
// standard includes
|
||||
#include <stdint.h>
|
||||
|
||||
#define DATA_SHARDS_MAX 255
|
||||
|
||||
typedef struct _reed_solomon reed_solomon;
|
||||
|
||||
typedef reed_solomon *(*reed_solomon_new_t)(int data_shards, int parity_shards);
|
||||
|
||||
Vendored
+1
-1
Submodule third-party/moonlight-common-c updated: 6250fa29ee...b187204769
Reference in New Issue
Block a user