# HG changeset patch # User gpoirier # Date 1132209110 0 # Node ID 1ca8dc8a7ef75de9fc00e77d33b116697a195796 # Parent c1a271b1cfb32da38893c47e2d105358757adc4c Do not build Debian package with runtime CPU detection by default. diff -r c1a271b1cfb3 -r 1ca8dc8a7ef7 debian/rules --- 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