From d898f667fc322032dad91875d9f853a949615a85 Mon Sep 17 00:00:00 2001 From: leigh123linux Date: Wed, 12 Sep 2018 06:02:36 +0100 Subject: [PATCH] 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 - 4.0.2-5 +- Add support for libaom (rfbz#5016) + * Wed Sep 05 2018 Nicolas Chauvet - 4.0.2-4 - Add without_opus - Add disable opus and mfx for rhel