obs-studio/build-aux/modules/50-libdatachannel.json
pkv 9803582dff build-aux: Update libdatachannel for Flatpak
This updates libdatachannel to the commit supporting simulcast [1]
and removes the now unnecessary libdatachannel patching.

[1] 709a663394

Signed-off-by: pkv <pkv@obsproject.com>
2023-07-20 10:28:11 -04:00

21 lines
526 B
JSON

{
"name": "libdatachannel",
"buildsystem": "cmake-ninja",
"config-opts": [
"-DNO_EXAMPLES=ON",
"-DNO_TESTS=ON",
"-DNO_WEBSOCKET=ON",
"-DUSE_NICE=ON",
"-DPREFER_SYSTEM_LIB=ON"
],
"sources": [
{
"type": "git",
"url": "https://github.com/paullouisageneau/libdatachannel.git",
"disable-submodules": true,
"tag": "v0.19.0-alpha.4",
"commit": "709a66339451bb4c8d4e5ced78c67605ec09da31"
}
]
}