Bug 110246 - Correct configure arguments for mplayer's simd optimisation
Summary: Correct configure arguments for mplayer's simd optimisation
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-13 03:10 UTC by Thomas E. Zander
Modified: 2007-03-13 13:50 UTC (History)
0 users

See Also:


Attachments
file.diff (2.61 KB, patch)
2007-03-13 03:10 UTC, Thomas E. Zander
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas E. Zander 2007-03-13 03:10:03 UTC
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.

Fix: Patch for multimedia/mplayer:
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2007-03-13 10:58:25 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-03-13 13:40:20 UTC
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"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2007-03-13 13:40:28 UTC
State Changed
From-To: open->closed

Committed. Thanks!