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

Nicolas Chauvet kwizart at rpmfusion.org
Fri Jun 21 11:35:16 CEST 2013


Author: kwizart

Update of /cvs/free/rpms/ffmpeg/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv12254/devel

Modified Files:
	ffmpeg.spec 
Log Message:
Fix build on armhfp



Index: ffmpeg.spec
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/devel/ffmpeg.spec,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ffmpeg.spec	19 Jun 2013 06:19:57 -0000	1.84
+++ ffmpeg.spec	21 Jun 2013 09:34:46 -0000	1.85
@@ -17,7 +17,7 @@
 Summary:        Digital VCR and streaming server
 Name:           ffmpeg
 Version:        1.2.1
-Release:        2%{?date}%{?date:git}%{?rel}%{?dist}
+Release:        3%{?date}%{?date:git}%{?rel}%{?dist}
 %if 0%{?_with_amr:1}
 License:        GPLv3+
 %else
@@ -195,6 +195,11 @@
 %endif
 %ifarch %{arm}
     --disable-runtime-cpudetect --arch=arm \
+%ifarch armv6hl
+    --cpu=armv6 \
+%else
+    --enable-thumb \
+%endif
 %ifnarch armv7hnl
     --disable-neon \
 %else
@@ -285,8 +290,9 @@
 
 
 %changelog
-* Wed Jun 19 2013 Nicolas Chauvet <kwizart at gmail.com> - 1.2.1-2
+* Wed Jun 19 2013 Nicolas Chauvet <kwizart at gmail.com> - 1.2.1-3
 - Enable neon on armv7hnl
+- Enable thumb on all arm but armv6hl
 
 * 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