1
mirror of https://github.com/mpv-player/mpv synced 2024-11-18 21:16:10 +01:00

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
This commit is contained in:
gpoirier 2005-11-17 06:31:50 +00:00
parent 2f35fcfc64
commit 61e3150479

5
debian/rules vendored
View File

@ -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