rpms/ffmpeg/devel ffmpeg.spec,1.57,1.58

Nicolas Chauvet kwizart at rpmfusion.org
Wed Apr 11 00:31:55 CEST 2012


Author: kwizart

Update of /cvs/free/rpms/ffmpeg/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv25443/devel

Modified Files:
	ffmpeg.spec 
Log Message:
Enable filters using libavf



Index: ffmpeg.spec
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/devel/ffmpeg.spec,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ffmpeg.spec	18 Mar 2012 11:17:18 -0000	1.57
+++ ffmpeg.spec	10 Apr 2012 22:31:24 -0000	1.58
@@ -7,7 +7,7 @@
 Summary:        Digital VCR and streaming server
 Name:           ffmpeg
 Version:        0.10.2
-Release:        1%{?date}%{?date:git}%{?rel}%{?dist}
+Release:        2%{?date}%{?date:git}%{?rel}%{?dist}
 %if 0%{?_with_amr:1}
 License:        GPLv3+
 %else
@@ -134,6 +134,7 @@
     --enable-libxvid \\\
     --enable-x11grab \\\
     --enable-avfilter \\\
+    --enable-avfilter-lavf \\\
     --enable-postproc \\\
     --enable-pthreads \\\
     --disable-static \\\
@@ -180,6 +181,11 @@
 %ifarch sparc sparc64
     --disable-vis \
 %endif
+%ifarch %{arm}
+    --disable-runtime-cpudetect --arch=arm \
+%ifnarch armv7hnl
+    --disable-neon \
+%endif
 %endif
 
 make %{?_smp_mflags}
@@ -265,6 +271,10 @@
 
 
 %changelog
+* Tue Apr 10 2012 Nicolas Chauvet <kwizart at gmail.com> - 0.10.2-2
+- Enable avfilter-lavf
+- Explicitely disable neon unless armv7hnl
+
 * Sun Mar 18 2012 Julian Sikorski <belegdol at fedoraproject.org> - 0.10.2-1
 - Updated to 0.10.2
 


More information about the rpmfusion-commits mailing list