Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 542814

Summary: media-video/bombono-dvd-1.2.2.build doesn't compile with ffmpeg-2.6 : AVFormatContext has no member data_offset
Product: Gentoo Linux Reporter: Helmut Jarausch <jarausch>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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