From version 1.2.8, XMMS supports MMX as well as 3DNow! for x86 SIMD instructions in its MPG123 engine. With this change, configure argument has changed from --enable-3dnow to --enable-simd Fix: Apply following patch. How-To-Repeat: % fetch ftp://ftp.xmms.org/pub/xmms/1.2.x/xmms-1.2.7.tar.gz % pax -zrvf xmms-1.2.7.tar.gz % xmms-1.2.7/configure --help % fetch ftp://ftp.xmms.org/pub/xmms/1.2.x/xmms-1.2.8.tar.bz2 % bzip2 -dc xmms-1.2.8.tar.bz2 | pax -rv % xmms-1.2.8/configure --help % less xmms-1.2.8/ChangeLog
> From version 1.2.8, XMMS supports MMX as well as 3DNow! for x86 SIMD > instructions in its MPG123 engine. With this change, configure > argument has changed from > > --enable-3dnow > > to > > --enable-simd You're absolutely right. Strange. I seem to remember that I added this when testing out the new port. I even remember changing the make output if WITHOUT_SIMD was not specified. Huh... well. Anyhow, this patch should be applied. eSk
State Changed From-To: open->closed committed, thanks