diff options
author | 2006-10-25 11:21:40 +0000 | |
---|---|---|
committer | 2006-10-25 11:21:40 +0000 | |
commit | e4d5d14dad41900a1948f1b80339afd7d0407a64 (patch) | |
tree | 651d5218d0bb0b6645680ecabbebbd8411d4177d /profiles | |
parent | backport the asm fixes and don't hard-enable mmxext either (diff) | |
download | gentoo-2-e4d5d14dad41900a1948f1b80339afd7d0407a64.tar.gz gentoo-2-e4d5d14dad41900a1948f1b80339afd7d0407a64.tar.bz2 gentoo-2-e4d5d14dad41900a1948f1b80339afd7d0407a64.zip |
don't hard-enable mmxext for mplayer anymore
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-linux/amd64/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/default-linux/amd64/package.use.force | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/profiles/default-linux/amd64/ChangeLog b/profiles/default-linux/amd64/ChangeLog index e6da8ae89257..1100af9c794d 100644 --- a/profiles/default-linux/amd64/ChangeLog +++ b/profiles/default-linux/amd64/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for Gentoo/AMD64 profile directory # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/ChangeLog,v 1.35 2006/10/25 09:23:40 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/ChangeLog,v 1.36 2006/10/25 11:21:40 blubb Exp $ + + 25 Oct 2006; Simon Stelling <blubb@gentoo.org> package.use.force: + don't hard-enable mmxext for mplayer anymore 25 Oct 2006; Simon Stelling <blubb@gentoo.org> make.defaults: apparently EM64T doesn't support mmxext, so don't enable it by default diff --git a/profiles/default-linux/amd64/package.use.force b/profiles/default-linux/amd64/package.use.force index 7cf4aeeaf752..e49308711e74 100644 --- a/profiles/default-linux/amd64/package.use.force +++ b/profiles/default-linux/amd64/package.use.force @@ -7,7 +7,7 @@ media-libs/libsoundtouch sse # List of currently hard-enabled by us; once the use flags are out of global # mask, edit the ebuilds for these packages media-video/ffmpeg mmx -media-video/mplayer mmx mmxext sse sse2 +media-video/mplayer mmx sse sse2 media-video/transcode mmx sse sse2 media-tv/xdtv mmx media-plugins/vdr-softdevice mmx mmxext |