From d246a4091f8b8262d0dc4c22a1d1ee2845ea374731fe438b4e242ecb2b3d8d63 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 30 Jan 2022 20:07:45 +0000 Subject: [PATCH] - 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 --- ffmpeg-5.changes | 6 ++++++ ffmpeg-5.spec | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ffmpeg-5.changes b/ffmpeg-5.changes index 756630b..7a23134 100644 --- a/ffmpeg-5.changes +++ b/ffmpeg-5.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Jan 30 20:07:03 UTC 2022 - Jan Engelhardt + +- Enable building with glslang. (Should enable video blending + with GLSL.) + ------------------------------------------------------------------- Sun Jan 16 12:09:57 UTC 2022 - Callum Farmer diff --git a/ffmpeg-5.spec b/ffmpeg-5.spec index d8cc2fa..897b169 100644 --- a/ffmpeg-5.spec +++ b/ffmpeg-5.spec @@ -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 \