rpms/x264/devel x264.spec,1.39,1.40

Sérgio M. Basto sergiomb at rpmfusion.org
Sun Jun 24 04:33:49 CEST 2012


Author: sergiomb

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

Modified Files:
	x264.spec 
Log Message:
Fix a backslash on i386 builds.



Index: x264.spec
===================================================================
RCS file: /cvs/free/rpms/x264/devel/x264.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- x264.spec	23 Jun 2012 15:13:35 -0000	1.39
+++ x264.spec	24 Jun 2012 02:33:47 -0000	1.40
@@ -120,10 +120,11 @@
 %{x_configure}\
 	--host=%{_target_platform} \
 	--libdir=%{_libdir} \
-	--bit-depth=10
 %ifarch i686 armv5tel armv6l
 	--disable-asm \
 %endif
+	--bit-depth=10
+
 sed -i -e "s/SONAME=libx264.so./SONAME=libx26410b.so./" config.mak
 
 %{__make} %{?_smp_mflags}


More information about the rpmfusion-commits mailing list