mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-27 17:55:42 -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
26 lines
617 B
JSON
26 lines
617 B
JSON
{
|
|
"name": "libvpl",
|
|
"buildsystem": "cmake-ninja",
|
|
"builddir": true,
|
|
"config-opts": [
|
|
"-DCMAKE_BUILD_TYPE=Release",
|
|
"-DENABLE_LIBDIR_IN_RUNTIME_SEARCH=ON",
|
|
"-DINSTALL_DEV=ON",
|
|
"-DBUILD_EXAMPLES=OFF",
|
|
"-DBUILD_EXPERIMENTAL=OFF",
|
|
"-DBUILD_SHARED_LIBS=ON"
|
|
],
|
|
"cleanup": [
|
|
"/include",
|
|
"/lib/pkgconfig"
|
|
],
|
|
"sources": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/intel/libvpl.git",
|
|
"commit": "025d43d086a3e663184cb49febe86152bf05409f",
|
|
"tag": "v2.14.0"
|
|
}
|
|
]
|
|
}
|