From 22bccec43fdcf91053400dc71b0b726a4a6caca3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Mon, 12 Mar 2012 20:00:58 +0000 Subject: [PATCH] =?UTF-8?q?*=20Tue=20Mar=206=202012=20S=C3=A9rgio=20Basto?= =?UTF-8?q?=20=20-=200.120-2.20120303=20-=20Enable=20li?= =?UTF-8?q?bavformat=20,=20after=20compile=20ffmeg=20with=200.120-1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- x264.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/x264.spec b/x264.spec index 829ae66..bd46cb9 100644 --- a/x264.spec +++ b/x264.spec @@ -1,11 +1,12 @@ %global snapshot 20120303 %global branch stable #global _without_gpac 0 +%global _with_libavformat 1 Summary: H264/AVC video streams encoder Name: x264 Version: 0.120 -Release: 1.%{snapshot}%{?dist} +Release: 2.%{snapshot}%{?dist} License: GPLv2+ Group: System Environment/Libraries URL: http://developers.videolan.org/x264.html @@ -133,6 +134,9 @@ touch -r version.h %{buildroot}%{_includedir}/x264.h %{buildroot}%{_includedir}/ %endif %changelog +* Tue Mar 6 2012 Sérgio Basto - 0.120-2.20120303 +- Enable libavformat , after compile ffmeg with 0.120-1 + * Sat Mar 3 2012 Sérgio Basto - 0.120-1.20120303 - Change release number, upstream have release numbers at least on stable branch and as ffmpeg reported.