- Enable building with glslang. (Should enable video blending with GLSL.)
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-5?expand=0&rev=4
This commit is contained in:
parent
0a59be26d6
commit
d246a4091f
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 30 20:07:03 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Enable building with glslang. (Should enable video blending
|
||||
with GLSL.)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 16 12:09:57 UTC 2022 - Callum Farmer <gmbr3@opensuse.org>
|
||||
|
||||
|
@ -204,6 +204,8 @@ BuildRequires: pkgconfig(vdpau)
|
||||
BuildRequires: pkgconfig(vidstab) >= 0.98
|
||||
%endif
|
||||
%if %{with vulkan}
|
||||
BuildRequires: glslang-devel
|
||||
BuildRequires: pkgconfig(SPIRV-Tools)
|
||||
BuildRequires: pkgconfig(vulkan)
|
||||
%endif
|
||||
BuildRequires: pkgconfig(vorbis)
|
||||
@ -588,7 +590,7 @@ LDFLAGS="%_lto_cflags" \
|
||||
--enable-gnutls \
|
||||
--enable-ladspa \
|
||||
%if %{with vulkan}
|
||||
--enable-vulkan \
|
||||
--enable-libglslang --enable-vulkan \
|
||||
%endif
|
||||
%if ! %{with cuda_sdk}
|
||||
--disable-cuda-sdk \
|
||||
|
Loading…
Reference in New Issue
Block a user