mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-26 17:30:32 -04:00
- Update MbedTLS to v3.6.2 - Update nv-codec-headers to n13.0.19.0 - Update srt to v1.5.4 - Update SVT-AV1 to 2.3.0 - Update FFmpeg to 7.1 - Update LuaJIT to v2.1 a4f56a459 - Update VPL to v2.14.0 - Update vpl-gpu-rt to 24.4.4 - Update Asio to 1.32.0
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-32-0",
|
|
"commit": "03ae834edbace31a96157b89bf50e5ee464e5ef9"
|
|
}
|
|
]
|
|
}
|