From e65c55e50e8464b5945c758978cf321be9faa015 Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Thu, 27 Jun 2013 09:20:47 +0000 Subject: [PATCH] Re-enable libcdio --- ffmpeg.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ffmpeg.spec b/ffmpeg.spec index a66001f..12779e8 100644 --- a/ffmpeg.spec +++ b/ffmpeg.spec @@ -10,14 +10,11 @@ %global _without_opencv 1 %global _without_vpx 1 %endif -%if 0%{?fedora} >= 19 -%global _without_cdio 1 -%endif Summary: Digital VCR and streaming server Name: ffmpeg Version: 1.2.1 -Release: 3%{?date}%{?date:git}%{?rel}%{?dist} +Release: 4%{?date}%{?date:git}%{?rel}%{?dist} %if 0%{?_with_amr:1} License: GPLv3+ %else @@ -290,6 +287,9 @@ mv $RPM_BUILD_ROOT%{_mandir}/man1/lib*.3 $RPM_BUILD_ROOT%{_mandir}/man3 %changelog +* Thu Jun 27 2013 Nicolas Chauvet - 1.2.1-4 +- Re-enable libcdio + * Wed Jun 19 2013 Nicolas Chauvet - 1.2.1-3 - Enable neon on armv7hnl - Enable thumb on all arm but armv6hl