0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 04:42:18 +02:00
obs-studio/build-aux/modules/50-vpl-gpu-rt.json
tytan652 9e547d8479 build-aux: Update Flatpak modules
* Update libvpl to version 2.12.0
* Update vpl-gpu-rt to version 24.2.5
  * 24.3 requires VVC from libva which is not the case with the actual
    runtime in use
* Update nv-codec to version 12.2.72.0
2024-08-21 19:38:17 -04:00

29 lines
731 B
JSON

{
"name": "vpl-gpu-rt",
"buildsystem": "cmake-ninja",
"builddir": true,
"config-opts": [
"-DCMAKE_BUILD_TYPE=Release",
"-DBUILD_RUNTIME=ON",
"-DBUILD_TESTS=OFF",
"-DBUILD_TOOLS=OFF"
],
"cleanup": [
"/lib/pkgconfig"
],
"sources": [
{
"type": "git",
"url": "https://github.com/intel/vpl-gpu-rt.git",
"commit": "e0b981d1bf8ca4f9d346089d530cc149c09e10df",
"tag": "intel-onevpl-24.2.5"
},
{
"type": "shell",
"commands": [
"sed -i 's/CMAKE_VERBOSE_MAKEFILE ON/CMAKE_VERBOSE_MAKEFILE OFF/g' builder/profiles/onevpl.cmake"
]
}
]
}