rpms/x264/F-17 x264.spec,1.34,1.35

Nicolas Chauvet kwizart at rpmfusion.org
Sun Apr 8 16:04:15 CEST 2012


Author: kwizart

Update of /cvs/free/rpms/x264/F-17
In directory se02.es.rpmfusion.net:/tmp/cvs-serv16137/F-17

Modified Files:
	x264.spec 
Log Message:
Disable ASM on armv5tel



Index: x264.spec
===================================================================
RCS file: /cvs/free/rpms/x264/F-17/x264.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- x264.spec	12 Mar 2012 21:12:13 -0000	1.34
+++ x264.spec	8 Apr 2012 14:04:14 -0000	1.35
@@ -1,11 +1,12 @@
 %global snapshot 20120303
 %global branch   stable
+#global _without_gpac 0
 %global _with_libavformat 1
 
 Summary: H264/AVC video streams encoder
 Name: x264
 Version: 0.120
-Release: 2.%{snapshot}%{?dist}
+Release: 3.%{snapshot}%{?dist}
 License: GPLv2+
 Group: System Environment/Libraries
 URL: http://developers.videolan.org/x264.html
@@ -76,7 +77,7 @@
 %{x_configure}\
 	--host=%{_target_platform} \
 	--libdir=%{_libdir} \
-%ifarch i686
+%ifarch i686 armv5tel
 	--disable-asm \
 %endif
 
@@ -133,6 +134,9 @@
 %endif
 
 %changelog
+* Sun Apr 08 2012 Nicolas Chauvet <kwizart at gmail.com> - 0.120-3.20120303
+- Disable ASM on armv5tel
+
 * Tue Mar 6 2012 Sérgio Basto <sergio at serjux.com> - 0.120-2.20120303
 - Enable libavformat , after compile ffmeg with 0.120-1
 


More information about the rpmfusion-commits mailing list