obs-studio/build-aux/modules/40-usrsctp.json

23 lines
643 B
JSON

{
"name": "usrsctp",
"buildsystem": "cmake-ninja",
"//": "Disable SCTP IP code. Packets are handle by WebRTC so we don't need it",
"config-opts": [
"-DCMAKE_BUILD_TYPE=Release",
"-Dsctp_build_shared_lib=ON",
"-Dsctp_build_programs=OFF",
"-Dsctp_inet=OFF",
"-Dsctp_inet6=OFF",
"-Dsctp_werror=OFF",
"-DCMAKE_POSITION_INDEPENDENT_CODE=ON"
],
"sources": [
{
"type": "git",
"url": "https://github.com/sctplab/usrsctp.git",
"tag": "0.9.5.0",
"commit": "07f871bda23943c43c9e74cc54f25130459de830"
}
]
}