commit d898f667fc322032dad91875d9f853a949615a85
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Wed Sep 12 06:02:36 2018 +0100
Add support for libaom
ffmpeg.spec | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index c76d7ac..ab3695e 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -14,6 +14,7 @@
%endif
%if 0%{?rhel}
+%global _without_aom 1
%global _without_frei0r 1
%global _without_mfx 1
%global _without_opencv 1
@@ -73,7 +74,7 @@
Summary: Digital VCR and streaming server
Name: ffmpeg%{?flavor}
Version: 4.0.2
-Release: 4%{?date}%{?date:git}%{?rel}%{?dist}
+Release: 5%{?date}%{?date:git}%{?rel}%{?dist}
License: %{ffmpeg_license}
URL:
http://ffmpeg.org/
%if 0%{?date}
@@ -99,6 +100,7 @@ BuildRequires: gsm-devel
BuildRequires: lame-devel >= 3.98.3
%{!?_without_jack:BuildRequires: jack-audio-connection-kit-devel}
%{!?_without_ladspa:BuildRequires: ladspa-devel}
+%{!?_without_aom:BuildRequires: aom-devel}
BuildRequires: libass-devel
BuildRequires: libbluray-devel
%{?_with_bs2b:BuildRequires: libbs2b-devel}
@@ -229,6 +231,7 @@ This package contains development files for %{name}
%{?_with_gmp:--enable-gmp --enable-version3} \\\
--enable-gnutls \\\
%{!?_without_ladspa:--enable-ladspa} \\\
+ %{!?_without_aom:--enable-libaom} \\\
--enable-libass \\\
--enable-libbluray \\\
%{?_with_bs2b:--enable-libbs2b} \\\
@@ -406,6 +409,9 @@ install -pm755 tools/qt-faststart %{buildroot}%{_bindir}
%changelog
+* Tue Sep 11 2018 Robert-André Mauchin <zebob.m(a)gmail.com> - 4.0.2-5
+- Add support for libaom (rfbz#5016)
+
* Wed Sep 05 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 4.0.2-4
- Add without_opus
- Add disable opus and mfx for rhel