Bug 69874

Summary: libxine does not compile on post gcc-3.4.2 -CURRENT
Product: Ports & Packages Reporter: Michael Nottebrock <michaelnottebrock>
Component: Individual Port(s)Assignee: MANTANI Nobutaka <nobutaka>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
libxine.diff none

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!