Summary: | Correct configure arguments for mplayer's simd optimisation | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Thomas E. Zander <riggs> | ||||
Component: | Individual Port(s) | Assignee: | Martin Wilke <miwi> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Thomas E. Zander
2007-03-13 03:10:03 UTC
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it. miwi 2007-03-13 13:40:15 UTC FreeBSD ports repository Modified files: multimedia/mplayer Makefile Log: Mplayer contains several snippets of code for improving run-time performance on simd-capable processors. This update corrects a minor flaw in passing arguments to the configure script and introduces a new global OPTION for it. Further, it prevents building very recent 6.x and 7 installations with the binary nvidia driver due to a currently unresolved linking problem with libm. PR: 110246 Submitted by: Thomas E. Zander <riggs@rrr.de> (maintainer) Revision Changes Path 1.157 +12 -15 ports/multimedia/mplayer/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed. Thanks! |