Bug 69874 - libxine does not compile on post gcc-3.4.2 -CURRENT
Summary: libxine does not compile on post gcc-3.4.2 -CURRENT
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: MANTANI Nobutaka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-01 14:20 UTC by Michael Nottebrock
Modified: 2004-08-04 14:44 UTC (History)
0 users

See Also:


Attachments
libxine.diff (5.92 KB, patch)
2004-08-01 14:20 UTC, Michael Nottebrock
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Nottebrock 2004-08-01 14:20:21 UTC
	Inlining of mpeg4_decode_dc and mpeg4_decode_block fails.

Fix: The trivial fix is de-inlining the functions. This might incur a
	performance penalty, which I haven't checked. It should be 
	sufficient as a stop-gap fix anyway.
Comment 1 Michael Nottebrock freebsd_committer freebsd_triage 2004-08-01 14:32:48 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nobutaka

Over to maintainer.
Comment 2 Michael Nottebrock freebsd_committer freebsd_triage 2004-08-02 15:46:03 UTC
Augmented the fix, more errors occur with -O than with -O2 (which I had set 
during testing).
Comment 3 MANTANI Nobutaka freebsd_committer freebsd_triage 2004-08-04 14:44:00 UTC
State Changed
From-To: open->closed

Committed with additional fixes, thanks!