diff options
author | wiz <wiz> | 2002-12-23 00:05:32 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-12-23 00:05:32 +0000 |
commit | c56a985ccef67f20937f62f268b902faa99ab6e7 (patch) | |
tree | d4ac852eceadc2e8c3af717ef50a0a42a276bcc4 /mk | |
parent | 3bc338bfba6d47eeb60221dc815b6aa3396c31cb (diff) | |
download | pkgsrc-c56a985ccef67f20937f62f268b902faa99ab6e7.tar.gz |
Add a new variable MPLAYER_ENABLE_RUNTIME_CPU_DETECTION that governs
the runtime CPU checks; it defaults to YES, which makes the binary package
usable on more machines; setting it to NO might make mplayer a bit faster.
Suggested by veego.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.defaults.mk | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/mk/bsd.pkg.defaults.mk b/mk/bsd.pkg.defaults.mk index 2da8f4329f8..fba5a160cca 100644 --- a/mk/bsd.pkg.defaults.mk +++ b/mk/bsd.pkg.defaults.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.defaults.mk,v 1.115 2002/12/22 20:05:34 atatat Exp $ +# $NetBSD: bsd.pkg.defaults.mk,v 1.116 2002/12/23 00:05:32 wiz Exp $ # # A file providing defaults for pkgsrc and the packages collection. @@ -998,6 +998,16 @@ MAJORDOMO_USER?= majordom # Possible: any # Default: majordom +MPLAYER_ENABLE_RUNTIME_CPU_DETECTION?= YES +# Used by mplayer to enable runtime CPU detection -- this makes +# binary packages work on different machines than the one compiled one, +# but may be slower. +# Note that this only takes effect on i386 and that binary packages made with +# this option set to NO will only run reliably on a machine of the same +# CPU type. +# Possible: YES, NO +# Default: NO + MPLAYER_USE_REALMEDIA?= NO # Used by mplayer to enable realmedia support by using the realplayer # libraries. Note that this only works on i386 and also adds a |