rpms/ffmpeg/devel ffmpeg.spec,1.83,1.84

Nicolas Chauvet kwizart at rpmfusion.org
Wed Jun 19 08:19:57 CEST 2013


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 at gmail.com> - 1.2.1-2
+- Enable neon on armv7hnl
+
 * Tue May 14 2013 Julian Sikorski <belegdol at fedoraproject.org> - 1.2.1-1
 - Updated to 1.2.1
 


More information about the rpmfusion-commits mailing list