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

Bug 148939

Summary: media-video/gpac-0.4.2 fails to compile with media-video/ffmpeg-0.4.9_p20060816
Product: Gentoo Linux Reporter: Alexis Ballier <aballier>
Component: Current packagesAssignee: Gentoo Media-video project <media-video>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: 2006.1   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 157894    
Bug Blocks:    
Attachments: Patch fixing it

Description Alexis Ballier gentoo-dev 2006-09-24 07:27:45 UTC
gpac 0.4.2 uses a variable that doesn't exist anymore in latest ffmpeg version.
A patch solving this is following.

This is more or less the same probelm as for bug #144989 , so it's more or less the same fix ;)
Comment 1 Alexis Ballier gentoo-dev 2006-09-24 07:28:35 UTC
Created attachment 97944 [details, diff]
Patch fixing it
Comment 2 Alexis Ballier gentoo-dev 2006-10-09 14:46:25 UTC
Fixed in cvs, patch applied to ffmpeg_decode.c instead of ffmpeg_in.h in order to leave .h's as close as possible to upstream.