Bug 59410 - [PATCH] multimedia/libxine ac3 decoding broken
Summary: [PATCH] multimedia/libxine ac3 decoding broken
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: 2003-11-18 08:10 UTC by Bartosz Fabianowski
Modified: 2003-11-26 15:26 UTC (History)
0 users

See Also:


Attachments
patch:patch-src:liba52:Makefile.in (1.23 KB, text/plain)
2003-11-18 08:10 UTC, Bartosz Fabianowski
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bartosz Fabianowski 2003-11-18 08:10:04 UTC
The patch file patch-src:liba52:Makefile.in in the port multimedia/libxine is a bit too aggressive on Makefile.in and removes two entries necessary for ac3 decoding in xine to work. The following patch restores those entries and thus, fixes ac3 decoding in xine (and kaffeine). This can be verified by playing a DVD with ac3 sound.

Fix: Apply the attached patch to patch-src:liba52:Makefile.in.
How-To-Repeat: Play a DVD with ac3 sound - sound is missing. Alternatively, start xine with a high verbosity level - the ac3 decoder plug-in will fail to load due to an unresolved symbol.
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2003-11-18 09:00:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nobutaka

Over to maintainer.
Comment 2 MANTANI Nobutaka freebsd_committer freebsd_triage 2003-11-26 15:25:37 UTC
State Changed
From-To: open->closed

Committed, thanks!