Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 292665 - media-tv/mythtv lacks latm audio support
Summary: media-tv/mythtv lacks latm audio support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Doug Goldstein (RETIRED)
URL:
Whiteboard:
Keywords: Inclusion
Depends on:
Blocks:
 
Reported: 2009-11-10 11:52 UTC by aaron m
Modified: 2009-11-15 04:54 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild (mythtv-0.22_p22772.ebuild,9.27 KB, text/plain)
2009-11-10 11:57 UTC, aaron m
Details
patch to enable latm support (latm.patch,741 bytes, patch)
2009-11-15 00:59 UTC, aaron m
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description aaron m 2009-11-10 11:52:28 UTC
to get latm support in mythtv you need to enable --enable-libfaad 

i edit the ebuild (attached) and added a faad use flag - works for me

Reproducible: Always

Steps to Reproduce:
1.emerge mythtv
Actual Results:  
latm audio wont work

Expected Results:  
an option to enable latm support
Comment 1 aaron m 2009-11-10 11:57:46 UTC
Created attachment 209829 [details]
ebuild
Comment 2 Doug Goldstein (RETIRED) gentoo-dev 2009-11-15 00:31:50 UTC
I believe we previously shipped this an it was requested by upstream that we stop and use their built in ffmpeg support, which includes aac support.

Please create a diff and not an entire ebuild
Comment 3 aaron m 2009-11-15 00:45:51 UTC
the aac support in ffmpeg dosent support it - for latm decoding you need to enable --enable-libfaad ( it depends on libfaad )

http://svn.mythtv.org/trac/ticket/5487#comment:15

will upload diff
Comment 4 aaron m 2009-11-15 00:59:24 UTC
Created attachment 210283 [details, diff]
patch to enable latm support
Comment 5 Doug Goldstein (RETIRED) gentoo-dev 2009-11-15 04:54:05 UTC
Fixed in 0.22_p22824-r1. Thanks Aaron. I've added a description of what it solves so this doesn't get removed in the future.