mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-05-18 21:38:29 -04:00
* Update SVT-AV1 to 1.8.0 * Update aom to 3.8.0 * Update libsrt to 1.5.3 * Update nv-codec-headers to 12.1.14.0 * Update FFmpeg to 6.1.1 * Update LuaJIT to 2.1 c525bcb902 * Update Asio to 1.29.0 * Update nlohmann JSON to 3.11.3 * Update Intel oneVPL GPU to 23.4.3 * Update libdatachannel to 0.19.5 * Update plog to 1.1.10
18 lines
448 B
JSON
18 lines
448 B
JSON
{
|
|
"name": "asio",
|
|
"buildsystem": "simple",
|
|
"build-commands": [
|
|
"mkdir -p /app/include",
|
|
"cp asio/include/asio.hpp /app/include/",
|
|
"cp -R asio/include/asio /app/include/"
|
|
],
|
|
"sources": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/chriskohlhoff/asio.git",
|
|
"tag": "asio-1-29-0",
|
|
"commit": "814f67e730e154547aea3f4d99f709cbdf1ea4a0"
|
|
}
|
|
]
|
|
}
|