rpms/ffmpeg/devel ffmpeg.spec,1.123,1.124

Dominik Mierzejewski rathann at rpmfusion.org
Thu Dec 18 15:45:55 CET 2014


Author: rathann

Update of /cvs/free/rpms/ffmpeg/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv15269

Modified Files:
	ffmpeg.spec 
Log Message:
enable support for libx265 by default (rfbz#3421, patch by Nerijus Baliūnas)


Index: ffmpeg.spec
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/devel/ffmpeg.spec,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -r1.123 -r1.124
--- ffmpeg.spec	1 Dec 2014 06:26:33 -0000	1.123
+++ ffmpeg.spec	18 Dec 2014 14:45:55 -0000	1.124
@@ -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:  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 @@
     --enable-libv4l2 \\\
     %{!?_without_vpx:--enable-libvpx} \\\
     %{!?_without_x264:--enable-libx264} \\\
+    %{!?_without_x265:--enable-libx265} \\\
     --enable-libxvid \\\
     --enable-x11grab \\\
     --enable-avfilter \\\
@@ -281,6 +283,9 @@
 
 
 %changelog
+* Thu Dec 18 2014 Dominik Mierzejewski <rpm at greysector.net> - 2.4.4-2
+- enable support for libx265 by default (rfbz#3421, patch by Nerijus Baliūnas)
+
 * Mon Dec 01 2014 Julian Sikorski <belegdol at fedoraproject.org> - 2.4.4-1
 - Updated to 2.4.4
 


More information about the rpmfusion-commits mailing list