From eedb3d6f87ad7b8124686fe062590819514adefd Mon Sep 17 00:00:00 2001 From: Dominik Mierzejewski Date: Thu, 18 Dec 2014 14:45:55 +0000 Subject: [PATCH] =?UTF-8?q?enable=20support=20for=20libx265=20by=20default?= =?UTF-8?q?=20(rfbz#3421,=20patch=20by=20Nerijus=20Bali=C5=ABnas)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ffmpeg.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ffmpeg.spec b/ffmpeg.spec index bca47b3..25c4a54 100644 --- a/ffmpeg.spec +++ b/ffmpeg.spec @@ -13,7 +13,7 @@ Summary: Digital VCR and streaming server Name: ffmpeg Version: 2.4.4 -Release: 1%{?date}%{?date:git}%{?rel}%{?dist} +Release: 2%{?date}%{?date:git}%{?rel}%{?dist} %if 0%{?_with_amr:1} License: GPLv3+ %else @@ -66,6 +66,7 @@ BuildRequires: speex-devel BuildRequires: subversion BuildRequires: texi2html %{!?_without_x264:BuildRequires: x264-devel >= 0.0.0-0.31} +%{!?_without_x265:BuildRequires: x265-devel} BuildRequires: xvidcore-devel BuildRequires: zlib-devel %ifarch %{ix86} x86_64 @@ -139,6 +140,7 @@ This package contains development files for %{name} --enable-libv4l2 \\\ %{!?_without_vpx:--enable-libvpx} \\\ %{!?_without_x264:--enable-libx264} \\\ + %{!?_without_x265:--enable-libx265} \\\ --enable-libxvid \\\ --enable-x11grab \\\ --enable-avfilter \\\ @@ -281,6 +283,9 @@ popd %changelog +* Thu Dec 18 2014 Dominik Mierzejewski - 2.4.4-2 +- enable support for libx265 by default (rfbz#3421, patch by Nerijus Baliƫnas) + * Mon Dec 01 2014 Julian Sikorski - 2.4.4-1 - Updated to 2.4.4