Mercurial > mplayer.hg
comparison debian/rules @ 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 | 0259420f1207 |
children | 3946ba73d26b |
comparison
equal
deleted
inserted
replaced
16997:c1a271b1cfb3 | 16998:1ca8dc8a7ef7 |
---|---|
14 configure: configure-stamp | 14 configure: configure-stamp |
15 configure-stamp: | 15 configure-stamp: |
16 dh_testdir | 16 dh_testdir |
17 # Add here commands to configure the package. | 17 # Add here commands to configure the package. |
18 $(checkdir) | 18 $(checkdir) |
19 ./configure --prefix=/usr --confdir=/etc/mplayer --enable-runtime-cpudetection --enable-gui $(DEB_BUILD_OPTIONS) | 19 # If you plan to install the target .deb on a wide variety of machines, |
20 # you may want to add the "--enable-runtime-cpudetection" option to | |
21 # the line below, but beware: the resulting binary will run slower | |
22 ./configure --prefix=/usr --confdir=/etc/mplayer --enable-gui $(DEB_BUILD_OPTIONS) | |
20 | 23 |
21 touch configure-stamp | 24 touch configure-stamp |
22 | 25 |
23 build: configure-stamp build-stamp | 26 build: configure-stamp build-stamp |
24 build-stamp: | 27 build-stamp: |