Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 242070 - media-plugins/vdr-softdevice-0.5.0.20080922 fails to build against ffmpeg 0.4.9_p20081014
Summary: media-plugins/vdr-softdevice-0.5.0.20080922 fails to build against ffmpeg 0....
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: http://developer.berlios.de/patch/ind...
Whiteboard:
Keywords:
Depends on:
Blocks: 241942 245522
  Show dependency tree
 
Reported: 2008-10-14 16:00 UTC by Alexis Ballier
Modified: 2008-10-18 09:51 UTC (History)
0 users

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


Attachments
fix (offsett.patch,1.27 KB, patch)
2008-10-14 16:02 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 16:00:48 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 16:02:14 UTC
Created attachment 168434 [details, diff]
fix

it uses offset_t which was typedef'd to int64_t for years; now its gone, it
should be safe and backward compatible to directly use int64_t
Comment 2 Alexis Ballier gentoo-dev 2008-10-18 09:51:54 UTC
applied and submitted upstream (see url)