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
commit699bbb39d3d556eea66a6b62a98ea479376b645e (patch)
treef0a7084918b44b5a63da372176c7c6aa45e47ab2 /eclass/xmms-plugin.eclass
parentFix --enable-simd choice thanks to psm. (diff)
downloadhistorical-699bbb39d3d556eea66a6b62a98ea479376b645e.tar.gz
historical-699bbb39d3d556eea66a6b62a98ea479376b645e.tar.bz2
historical-699bbb39d3d556eea66a6b62a98ea479376b645e.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}