commit 68146d424ec370dc0f48f7f540ae2b2d26964ee4
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Jun 24 09:57:18 2020 +0100
Enable vapoursynth
ffmpeg.spec | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 5ef23ee..d1ffa01 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -14,6 +14,7 @@
%global _without_opus 1
%global _without_srt 1
%global _without_vpx 1
+%global _without_vapoursynth 1
%endif
%if 0%{?fedora} || 0%{?rhel} > 7
@@ -141,6 +142,7 @@ BuildRequires: libv4l-devel
%{?!_without_vaapi:BuildRequires: libva-devel >= 0.31.0}
BuildRequires: libvdpau-devel
BuildRequires: libvorbis-devel
+%{?!_without_vapoursynth:BuildRequires: vapoursynth-devel}
%{?!_without_vpx:BuildRequires: libvpx-devel >= 1.4.0}
%{?_with_mfx:BuildRequires: pkgconfig(libmfx) >= 1.23-1}
%ifarch %{ix86} x86_64
@@ -298,6 +300,7 @@ This package contains development files for %{name}
--enable-libv4l2 \\\
%{!?_without_vidstab:--enable-libvidstab} \\\
%{?_with_vmaf:--enable-libvmaf --enable-version3} \\\
+ %{!?_without_vapoursynth:--enable-vapoursynth} \\\
%{!?_without_vpx:--enable-libvpx} \\\
%{?_with_webp:--enable-libwebp} \\\
%{!?_without_x264:--enable-libx264} \\\
Show replies by date