From f349d0c030b43b8d95ab4da86326bb18dc96972e Mon Sep 17 00:00:00 2001 From: Dominik 'Rathann' Mierzejewski Date: Sat, 16 Jul 2016 00:13:16 +0200 Subject: [PATCH] drop libdirac support (unsupported by FFmpeg) --- ffmpeg.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ffmpeg.spec b/ffmpeg.spec index c0e739d..1b3b0e8 100644 --- a/ffmpeg.spec +++ b/ffmpeg.spec @@ -28,7 +28,6 @@ Source0: http://ffmpeg.org/releases/ffmpeg-%{version}.tar.xz Patch0: 0001-configure-add-direct-detection-of-libopencv.patch Requires: %{name}-libs%{?_isa} = %{version}-%{release} BuildRequires: bzip2-devel -%{?_with_dirac:BuildRequires: dirac-devel} %{?_with_faac:BuildRequires: faac-devel} %{?_with_fdk_aac:BuildRequires: fdk-aac-devel} BuildRequires: freetype-devel @@ -137,7 +136,6 @@ This package contains development files for %{name} --enable-libass \\\ %{!?_without_cdio:--enable-libcdio} \\\ --enable-libdc1394 \\\ - %{?_with_dirac:--enable-libdirac} \\\ %{?_with_faac:--enable-libfaac --enable-nonfree} \\\ %{?_with_fdk-aac:--enable-libfdk-aac --enable-nonfree} \\\ %{!?_without_jack:--enable-indev=jack} \\\ @@ -272,6 +270,7 @@ install -pm755 tools/qt-faststart $RPM_BUILD_ROOT%{_bindir} - re-enable opencl by default (rfbz#3640 was fixed) - add conditional support for QSV via libmfx (rfbz#4043) - drop libcelt support (celt 0.11 no longer available in Fedora) +- drop libdirac support (unsupported by FFmpeg) * Thu Jul 07 2016 Julian Sikorski - 3.0.2-3 - Fixed build failure on rawhide due to newer opencv using a patch from upstream