Author: kwizart
Update of /cvs/free/rpms/ffmpeg/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv11656/devel
Modified Files:
ffmpeg.spec
Log Message:
Enforce neon on armv7hnl
Index: ffmpeg.spec
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/devel/ffmpeg.spec,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- ffmpeg.spec 14 May 2013 18:07:12 -0000 1.83
+++ ffmpeg.spec 19 Jun 2013 06:19:57 -0000 1.84
@@ -17,7 +17,7 @@
Summary: Digital VCR and streaming server
Name: ffmpeg
Version: 1.2.1
-Release: 1%{?date}%{?date:git}%{?rel}%{?dist}
+Release: 2%{?date}%{?date:git}%{?rel}%{?dist}
%if 0%{?_with_amr:1}
License: GPLv3+
%else
@@ -197,6 +197,8 @@
--disable-runtime-cpudetect --arch=arm \
%ifnarch armv7hnl
--disable-neon \
+%else
+ --enable-neon \
%endif
%endif
%endif
@@ -283,6 +285,9 @@
%changelog
+* Wed Jun 19 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 1.2.1-2
+- Enable neon on armv7hnl
+
* Tue May 14 2013 Julian Sikorski <belegdol(a)fedoraproject.org> - 1.2.1-1
- Updated to 1.2.1
Show replies by date