|
|
|
@ -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_celt:BuildRequires: celt-devel}
|
|
|
|
|
%{?_with_dirac:BuildRequires: dirac-devel}
|
|
|
|
|
%{?_with_faac:BuildRequires: faac-devel}
|
|
|
|
|
%{?_with_fdk_aac:BuildRequires: fdk-aac-devel}
|
|
|
|
@ -137,7 +136,6 @@ This package contains development files for %{name}
|
|
|
|
|
%{!?_without_ladspa:--enable-ladspa} \\\
|
|
|
|
|
--enable-libass \\\
|
|
|
|
|
%{!?_without_cdio:--enable-libcdio} \\\
|
|
|
|
|
%{?_with_celt:--enable-libcelt} \\\
|
|
|
|
|
--enable-libdc1394 \\\
|
|
|
|
|
%{?_with_dirac:--enable-libdirac} \\\
|
|
|
|
|
%{?_with_faac:--enable-libfaac --enable-nonfree} \\\
|
|
|
|
@ -273,6 +271,7 @@ install -pm755 tools/qt-faststart $RPM_BUILD_ROOT%{_bindir}
|
|
|
|
|
- enable jack by default (rfbz#2156)
|
|
|
|
|
- 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)
|
|
|
|
|
|
|
|
|
|
* Thu Jul 07 2016 Julian Sikorski <belegdol@fedoraproject.org> - 3.0.2-3
|
|
|
|
|
- Fixed build failure on rawhide due to newer opencv using a patch from upstream
|
|
|
|
|