[MPlayer-cvslog] CVS: main/debian rules,1.47,1.48
Guillaume Poirier CVS
syncmail at mplayerhq.hu
Thu Nov 17 07:31:53 CET 2005
CVS change done by Guillaume Poirier CVS
Update of /cvsroot/mplayer/main/debian
In directory mail:/var2/tmp/cvs-serv6802
Modified Files:
rules
Log Message:
Do not build Debian package with runtime CPU detection by default.
Index: rules
===================================================================
RCS file: /cvsroot/mplayer/main/debian/rules,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- rules 25 Oct 2005 22:13:36 -0000 1.47
+++ rules 17 Nov 2005 06:31:50 -0000 1.48
@@ -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
More information about the MPlayer-cvslog
mailing list