summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2005-03-16 05:54:27 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2005-03-16 05:54:27 +0000
commitf3af585d50fd8d5be16b070dfdb3183e623cdec9 (patch)
tree96f64f87f04031686df5f232f6b8ff9d48e160b9 /eclass/xmms-plugin.eclass
parentFix --enable-simd choice thanks to psm. (diff)
downloadgentoo-2-f3af585d50fd8d5be16b070dfdb3183e623cdec9.tar.gz
gentoo-2-f3af585d50fd8d5be16b070dfdb3183e623cdec9.tar.bz2
gentoo-2-f3af585d50fd8d5be16b070dfdb3183e623cdec9.zip
Remove --enable/disable-simd from the eclass as mpg123 is the only plugin that uses it.
Diffstat (limited to 'eclass/xmms-plugin.eclass')
-rw-r--r--eclass/xmms-plugin.eclass8
1 files changed, 1 insertions, 7 deletions
diff --git a/eclass/xmms-plugin.eclass b/eclass/xmms-plugin.eclass
index f6f140b5c59f..4a00644a61cd 100644
--- a/eclass/xmms-plugin.eclass
+++ b/eclass/xmms-plugin.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/xmms-plugin.eclass,v 1.15 2005/02/12 10:26:06 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/xmms-plugin.eclass,v 1.16 2005/03/16 05:54:27 eradicator Exp $
#
# Jeremy Huddleston <eradicator@gentoo.org>
@@ -95,12 +95,6 @@ xmms-plugin_src_unpack() {
xmms-plugin_src_compile() {
filter-flags -fforce-addr -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
- if use !amd64 && { use 3dnow || use mmx; }; then
- myconf="${myconf} --enable-simd"
- else
- myconf="${myconf} --disable-simd"
- fi
-
econf ${myconf}
cp config.h ${S}/${PLUGIN_PATH}