mirror of
https://github.com/LizardByte/Sunshine.git
synced 2026-03-04 15:30:47 +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](6250fa29ee...b187204769)
---
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);
|
||||
|
||||
2
third-party/moonlight-common-c
vendored
2
third-party/moonlight-common-c
vendored
Submodule third-party/moonlight-common-c updated: 6250fa29ee...b187204769
Reference in New Issue
Block a user