rpms/ffmpeg/F-10 ffmpeg.spec,1.12,1.13

Dominik Mierzejewski rathann at rpmfusion.org
Tue Oct 27 11:07:01 CET 2009


Author: rathann

Update of /cvs/free/rpms/ffmpeg/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv22749

Modified Files:
	ffmpeg.spec 
Log Message:
disable parallel make for debugging


Index: ffmpeg.spec
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/F-10/ffmpeg.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ffmpeg.spec	26 Oct 2009 00:39:28 -0000	1.12
+++ ffmpeg.spec	27 Oct 2009 10:07:00 -0000	1.13
@@ -151,7 +151,8 @@
     --disable-vis \
 %endif
 
-make %{?_smp_mflags}
+#make %{?_smp_mflags}
+make
 popd
 
 mkdir simd
@@ -175,7 +176,8 @@
     --disable-ffserver \
     --disable-ffplay \
 
-make %{?_smp_mflags}
+#make %{?_smp_mflags}
+make
 %endif
 %ifarch ppc64
 %{ff_configure}\
@@ -186,7 +188,8 @@
     --disable-ffserver \
     --disable-ffplay \
 
-make %{?_smp_mflags}
+#make %{?_smp_mflags}
+make
 %endif
 %ifarch sparc sparc64
 %{ff_configure}\



More information about the rpmfusion-commits mailing list