Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 542814 - media-video/bombono-dvd-1.2.2.build doesn't compile with ffmpeg-2.6 : AVFormatContext has no member data_offset
Summary: media-video/bombono-dvd-1.2.2.build doesn't compile with ffmpeg-2.6 : AVForma...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-10 12:20 UTC by Helmut Jarausch
Modified: 2015-03-11 08:48 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Helmut Jarausch 2015-03-10 12:20:45 UTC
ffmpeg-2.6 has dropped definitions in avformat.h which have been declared private,
among these 

 /* av_seek_frame() support */
int64_t data_offset; /**< offset of the first packet */

This breaks, e.g., media-video/bombono-dvd-1.2.2
and probably some more packages.
Comment 1 Alexis Ballier gentoo-dev 2015-03-11 08:48:39 UTC
(In reply to Helmut Jarausch from comment #0)
> ffmpeg-2.6 has dropped definitions in avformat.h which have been declared
> private,
> among these 

those were already private and not abi safe anyway



+  11 Mar 2015; Alexis Ballier <aballier@gentoo.org> bombono-dvd-1.2.2.ebuild,
+  +files/bombono-dvd-1.2.2-ffmpeg26.patch:
+  fix build with ffmpeg 2.6, bug #542814
+


thx for the report