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

Bug 241938

Summary: media-plugins/gst-plugins-ffmpeg-0.10.4-r1 fails to build against ffmpeg 0.4.9_p20081014
Product: Gentoo Linux Reporter: Alexis Ballier <aballier>
Component: Current packagesAssignee: Peter Alfredsen (RETIRED) <loki_val>
Status: RESOLVED FIXED    
Severity: normal CC: media-video
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 241942    
Attachments: libavcodec 52 compatibility patch
libavformat compatibility patch

Description Alexis Ballier gentoo-dev 2008-10-14 11:58:41 UTC
This ffmpeg version has a big api change. I'll attach the patch; note that I have *not* upstreamed them 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 11:59:42 UTC
Created attachment 168398 [details, diff]
libavcodec 52 compatibility patch
Comment 2 Alexis Ballier gentoo-dev 2008-10-14 12:00:58 UTC
Created attachment 168400 [details, diff]
libavformat compatibility patch

they removed offset_t which was typedef'd to int64_t for years; so this patch is backward compatible.
Comment 3 Peter Alfredsen (RETIRED) gentoo-dev 2008-10-15 13:21:57 UTC
InCVS as gst-plugins-ffmpeg-1.0.5
Upstream bug http://bugzilla.gnome.org/show_bug.cgi?id=556405