Author: kwizart
Update of /cvs/free/rpms/ffmpeg/F-17
In directory se02.es.rpmfusion.net:/tmp/cvs-serv25443/F-17
Modified Files:
ffmpeg.spec
Log Message:
Enable filters using libavf
Index: ffmpeg.spec
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/F-17/ffmpeg.spec,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ffmpeg.spec 18 Mar 2012 11:30:41 -0000 1.57
+++ ffmpeg.spec 10 Apr 2012 22:31:25 -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(a)gmail.com> - 0.10.2-2
+- Enable avfilter-lavf
+- Explicitely disable neon unless armv7hnl
+
* Sun Mar 18 2012 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.10.2-1
- Updated to 0.10.2
Show replies by date