diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2005-03-16 05:54:27 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2005-03-16 05:54:27 +0000 |
commit | 699bbb39d3d556eea66a6b62a98ea479376b645e (patch) | |
tree | f0a7084918b44b5a63da372176c7c6aa45e47ab2 /eclass/xmms-plugin.eclass | |
parent | Fix --enable-simd choice thanks to psm. (diff) | |
download | historical-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.eclass | 8 |
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} |