mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
obs: fix qsv build-option
This commit is contained in:
parent
f1b17547d3
commit
4572bdca15
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'obs'
|
||||
pkgname=obs
|
||||
version=31.0.2
|
||||
revision=4
|
||||
revision=5
|
||||
archs="i686* x86_64* ppc64le* aarch64* riscv64*"
|
||||
build_style=cmake
|
||||
configure_args="-DOBS_VERSION_OVERRIDE=${version} -DENABLE_JACK=ON
|
||||
|
@ -9,7 +9,7 @@ configure_args="-DOBS_VERSION_OVERRIDE=${version} -DENABLE_JACK=ON
|
|||
-DENABLE_VST=OFF -DENABLE_AJA=OFF
|
||||
-DENABLE_SCRIPTING_LUA=$(vopt_if luajit 'ON' 'OFF')
|
||||
-DENABLE_NVENC=$(vopt_if nvenc 'ON' 'OFF')
|
||||
-DENABLE_QSV11=$(vopt_if 'ON' 'OFF')
|
||||
-DENABLE_QSV11=$(vopt_if qsv 'ON' 'OFF')
|
||||
-DCMAKE_COMPILE_WARNING_AS_ERROR=OFF"
|
||||
hostmakedepends="pkg-config swig python3-devel qt6-base"
|
||||
makedepends="$(vopt_if luajit LuaJIT-devel) fdk-aac-devel
|
||||
|
|
Loading…
Add table
Reference in a new issue