summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdebian/rules5
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 0f85e89706..0a18d0b726 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,10 @@ configure-stamp:
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