commit 3bcd9784c6533ab2a0764ee19e96060b4aedb708
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu Dec 24 14:05:54 2020 +0000
Enable lv2 support
ffmpeg.spec | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 6afc3c5..e23a49e 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -38,6 +38,7 @@
%if 0%{?rhel}
%global _without_lensfun 1
+%global _without_lv2 1
%global _without_vulkan 1
%endif
@@ -180,6 +181,7 @@ BuildRequires: nasm
%{?_with_omx:BuildRequires: libomxil-bellagio-devel}
BuildRequires: libxcb-devel
BuildRequires: libxml2-devel
+%{!?_without_lv2:BuildRequires: lilv-devel}
%{!?_without_openal:BuildRequires: openal-soft-devel}
%if 0%{!?_without_opencl:1}
BuildRequires: opencl-headers ocl-icd-devel
@@ -342,6 +344,7 @@ This package contains development files for %{name}
--enable-libzimg \\\
%{?_with_zmq:--enable-libzmq} \\\
%{!?_without_zvbi:--enable-libzvbi} \\\
+ %{!?_without_lv2:--enable-lv2} \\\
--enable-avfilter \\\
--enable-avresample \\\
--enable-libmodplug \\\