rpms/ffmpeg/F-13 ffmpeg.spec,1.29,1.30

Nicolas Chauvet kwizart at rpmfusion.org
Mon Jul 26 22:43:45 CEST 2010


Author: kwizart

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

Modified Files:
	ffmpeg.spec 
Log Message:
- Enable libva
- Restore compatibility --with amr



Index: ffmpeg.spec
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/F-13/ffmpeg.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ffmpeg.spec	3 Jul 2010 15:45:20 -0000	1.29
+++ ffmpeg.spec	26 Jul 2010 20:43:14 -0000	1.30
@@ -2,11 +2,14 @@
 
 %global svn     %{nil}
 %global faad2min 1:2.6.1
+%{?_with_amr:
+%global _with_opencore_amr 1
+}
 
 Summary:        Digital VCR and streaming server
 Name:           ffmpeg
 Version:        0.6
-Release:        2%{?dist}
+Release:        3%{?dist}
 %if 0%{?_with_opencore_amr:1}
 License:        GPLv3+
 %else
@@ -26,7 +29,7 @@
 BuildRequires:  lame-devel
 BuildRequires:  libdc1394-devel
 BuildRequires:  libtheora-devel
-%{?_with_vaapi:BuildRequires:libva-devel >= 0.31.0}
+BuildRequires:  libva-devel >= 0.31.0
 BuildRequires:  libvdpau-devel
 BuildRequires:  libvorbis-devel
 BuildRequires:  libvpx-devel >= 0.9.1
@@ -228,6 +231,10 @@
 
 
 %changelog
+* Mon Jul 26 2010 Nicolas Chauvet <kwizart at gmail.com> - 0.6-3
+- Enable libva
+- Restore compatibility --with amr
+
 * Sat Jul 03 2010 Dominik Mierzejewski <rpm at greysector.net> - 0.6-2
 - enable libvpx (WebM/VP8) support (rfbz#1250)
 



More information about the rpmfusion-commits mailing list