Files
obs-studio/build-aux/modules/50-libvpl.json
T
tytan652 5e3b28d667 build-aux: Update Flatpak modules
- 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
2025-03-14 12:52:27 -04:00

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"
}
]
}