changeset 16998:1ca8dc8a7ef7

Do not build Debian package with runtime CPU detection by default.
author gpoirier
date Thu, 17 Nov 2005 06:31:50 +0000
parents c1a271b1cfb3
children 3c2b27174412
files debian/rules
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/debian/rules	Thu Nov 17 00:47:25 2005 +0000
+++ b/debian/rules	Thu Nov 17 06:31:50 2005 +0000
@@ -16,7 +16,10 @@
 	dh_testdir
 	# Add here commands to configure the package.
 	$(checkdir)
-	./configure --prefix=/usr --confdir=/etc/mplayer --enable-runtime-cpudetection --enable-gui $(DEB_BUILD_OPTIONS)
+	# If you plan to install the target .deb on a wide variety of machines,
+	# you may want to add the "--enable-runtime-cpudetection" option to
+	# the line below, but beware: the resulting binary will run slower
+	./configure --prefix=/usr --confdir=/etc/mplayer --enable-gui $(DEB_BUILD_OPTIONS)
 
 	touch configure-stamp