|
|
|
@ -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 <sergio@serjux.com> - 0.120-2.20120303
|
|
|
|
|
- Enable libavformat , after compile ffmeg with 0.120-1
|
|
|
|
|
|
|
|
|
|
* Sat Mar 3 2012 Sérgio Basto <sergio@serjux.com> - 0.120-1.20120303
|
|
|
|
|
- Change release number, upstream have release numbers at least on stable branch and as ffmpeg
|
|
|
|
|
reported.
|
|
|
|
|