Bug 58802 - [PATCH] multimedia/xmms: Enable x86 SIMD (3DNow!/MMX) instructions support
Summary: [PATCH] multimedia/xmms: Enable x86 SIMD (3DNow!/MMX) instructions support
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-01 12:20 UTC by Hideyuki KURASHINA
Modified: 2003-11-09 13:35 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (2.02 KB, patch)
2003-11-01 12:20 UTC, Hideyuki KURASHINA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hideyuki KURASHINA freebsd_committer freebsd_triage 2003-11-01 12:20:18 UTC
	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
Comment 1 Espen Skoglund 2003-11-04 15:11:55 UTC
> 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
Comment 2 Tilman Keskinoz freebsd_committer freebsd_triage 2003-11-09 13:34:53 UTC
State Changed
From-To: open->closed

committed, thanks