packages: mythtv/mythtv.spec - changes in configure options for x86 arch

w.kier w.kier at pld-linux.org
Fri May 14 01:22:49 CEST 2010


Author: w.kier                       Date: Thu May 13 23:22:49 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- changes in configure options for x86 arch

---- Files affected:
packages/mythtv:
   mythtv.spec (1.98 -> 1.99) 

---- Diffs:

================================================================
Index: packages/mythtv/mythtv.spec
diff -u packages/mythtv/mythtv.spec:1.98 packages/mythtv/mythtv.spec:1.99
--- packages/mythtv/mythtv.spec:1.98	Fri May 14 00:23:05 2010
+++ packages/mythtv/mythtv.spec	Fri May 14 01:22:43 2010
@@ -28,7 +28,7 @@
 %bcond_without	xvmc		# do not use XvMCW
 %bcond_without  vdpau		# disable nvidia vdpau support
 %bcond_without  fftw3		# disable fftw3 support
-%bcond_without	mmx		# disable MMX
+%bcond_with	mmx		# enable MMX
 %bcond_without	nellymoserdec
 %bcond_with	vaapi		# enable vaapi
 %bcond_with     dshowserver	# enable directshow codecs server
@@ -415,9 +415,12 @@
 		%ifarch athlon
 			--arch=athlon \
 		%else
-			--cpu=i386 --tune=pentium4 \
+			--cpu=%{_target_cpu} --tune=pentium4 \
 		%endif
 	%endif
+	%ifarch i386 i486 i586
+	--enable-disable-mmx-for-debugging \
+	%endif
 	%ifarch %{x8664}
 	--arch=x86_64 \
 	%endif
@@ -625,6 +628,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.99  2010/05/13 23:22:43  w.kier
+- changes in configure options for x86 arch
+
 Revision 1.98  2010/05/13 22:23:05  w.kier
 - vaapi disabled by default
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mythtv/mythtv.spec?r1=1.98&r2=1.99&f=u



More information about the pld-cvs-commit mailing list