diff --git a/ffmpeg-5.changes b/ffmpeg-5.changes index ba1f19a..e8f5486 100644 --- a/ffmpeg-5.changes +++ b/ffmpeg-5.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Feb 19 13:26:41 UTC 2022 - Enrico Belleri + +- Use Shaderc instead of separate glslang/SPIRV-Tools for Vulkan support + ------------------------------------------------------------------- Fri Feb 18 22:32:41 UTC 2022 - Neal Gompa diff --git a/ffmpeg-5.spec b/ffmpeg-5.spec index de49119..4dd15d6 100644 --- a/ffmpeg-5.spec +++ b/ffmpeg-5.spec @@ -202,8 +202,7 @@ BuildRequires: pkgconfig(vdpau) BuildRequires: pkgconfig(vidstab) >= 0.98 %endif %if %{with vulkan} -BuildRequires: glslang-devel -BuildRequires: pkgconfig(SPIRV-Tools) +BuildRequires: pkgconfig(shaderc) BuildRequires: pkgconfig(vulkan) %endif BuildRequires: pkgconfig(vorbis) @@ -586,7 +585,7 @@ LDFLAGS="%_lto_cflags" \ --enable-gnutls \ --enable-ladspa \ %if %{with vulkan} - --enable-libglslang --enable-vulkan \ + --enable-libshaderc --enable-vulkan \ %endif %if ! %{with cuda_sdk} --disable-cuda-sdk \