Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 242096 - media-video/noad-0.6.0-r9 fails to build against ffmpeg 0.4.9_p20081014
Summary: media-video/noad-0.6.0-r9 fails to build against ffmpeg 0.4.9_p20081014
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo VDR Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 241942
  Show dependency tree
 
Reported: 2008-10-14 19:03 UTC by Alexis Ballier
Modified: 2008-10-18 18:29 UTC (History)
0 users

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


Attachments
fix (lavc.patch,524 bytes, patch)
2008-10-14 19:04 UTC, Alexis Ballier
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexis Ballier gentoo-dev 2008-10-14 19:03:36 UTC
This ffmpeg version has a big api change. I'll attach the patch; note that I
have *not* upstreamed it as I don't know how you handle your relations with
upstream. If you want me to do it, please let me know. This bug will serve me
to track the unmasking of ffmpeg from another bug, so please don't close it
until it's really ok.
Comment 1 Alexis Ballier gentoo-dev 2008-10-14 19:04:30 UTC
Created attachment 168466 [details, diff]
fix

this should do it, use avcodec_decode_audio2 instead of the old one, setting
the length to get the exact same thing as avcodec_decode_audio
Comment 2 Alexis Ballier gentoo-dev 2008-10-18 09:55:57 UTC
applied
(not filled upstream: homepage gives me a 404 and it probably relies on other patches)
Comment 3 Matthias Schwarzott gentoo-dev 2008-10-18 18:29:04 UTC
The project was dead and was resurrected by me and some others to at least do a nice patch collection/git-repository.
This already contains a ffmpeg-compat patch.