From 3bcd9784c6533ab2a0764ee19e96060b4aedb708 Mon Sep 17 00:00:00 2001 From: Leigh Scott Date: Thu, 24 Dec 2020 14:05:54 +0000 Subject: [PATCH] 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 \\\