diff options
author | gpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-11-17 06:31:50 +0000 |
---|---|---|
committer | gpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-11-17 06:31:50 +0000 |
commit | 61e3150479147acabb8cee272f8a6545e1924f61 (patch) | |
tree | b228a418e41fc5c819c30b07ae5ef387afbe86f8 | |
parent | 2f35fcfc64e7ecefdcc963fd8c11bf1478f38357 (diff) | |
download | mpv-61e3150479147acabb8cee272f8a6545e1924f61.tar.bz2 mpv-61e3150479147acabb8cee272f8a6545e1924f61.tar.xz |
Do not build Debian package with runtime CPU detection by default.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16999 b3059339-0415-0410-9bf9-f77b7e298cf2
-rwxr-xr-x | debian/rules | 5 |
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 |