rpms/ffmpeg/F-15 ffmpeg.spec,1.44,1.45

Nicolas Chauvet kwizart at rpmfusion.org
Fri Jul 1 23:06:15 CEST 2011


Author: kwizart

Update of /cvs/free/rpms/ffmpeg/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv901/F-15

Modified Files:
	ffmpeg.spec 
Log Message:
Add support for XvMC in ffmpeg



Index: ffmpeg.spec
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/F-15/ffmpeg.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ffmpeg.spec	25 Jun 2011 12:09:55 -0000	1.44
+++ ffmpeg.spec	1 Jul 2011 21:06:15 -0000	1.45
@@ -7,7 +7,7 @@
 Summary:        Digital VCR and streaming server
 Name:           ffmpeg
 Version:        0.7
-Release:        0.2.%{?date}%{?date:git}%{?rel}%{?dist}
+Release:        0.3.%{?date}%{?date:git}%{?rel}%{?dist}
 %if 0%{?_with_amr:1}
 License:        GPLv3+
 %else
@@ -35,6 +35,9 @@
 BuildRequires:  libvdpau-devel
 BuildRequires:  libvorbis-devel
 BuildRequires:  libvpx-devel >= 0.9.1
+%ifarch %{ix86} x86_64
+BuildRequires:  libXvMC-devel
+%endif
 %{?_with_amr:BuildRequires: opencore-amr-devel}
 BuildRequires:  openjpeg-devel
 BuildRequires:  schroedinger-devel
@@ -238,6 +241,9 @@
 
 
 %changelog
+* Fri Jul 01 2011 Nicolas Chauvet <kwizart at gmail.com> - 0.7-0.3.20110612git
+- Add XvMC in ffmpeg
+
 * Sun Jun 12 2011 Nicolas Chauvet <kwizart at gmail.com> - 0.7-0.2.20110612git
 - Update to 20110612git from oldabi branch
 



More information about the rpmfusion-commits mailing list