Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 278947 - media-plugins/vdr-graphtft-0.2.2 doesn't compile with ffmpeg >0.5
Summary: media-plugins/vdr-graphtft-0.2.2 doesn't compile with ffmpeg >0.5
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:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-24 18:26 UTC by Samuli Suominen (RETIRED)
Modified: 2009-09-22 05:21 UTC (History)
0 users

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


Attachments
For ffmpeg versions above 0.5. (vdr-graphtft-0.2.2-ffmpeg.patch,1.47 KB, patch)
2009-07-24 18:27 UTC, Samuli Suominen (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Samuli Suominen (RETIRED) gentoo-dev 2009-07-24 18:26:59 UTC
Attaching a patch. We don't have a release in tree yet, but it fixes building with -9999. It's not backwards compatible!
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2009-07-24 18:27:27 UTC
Created attachment 199009 [details, diff]
For ffmpeg versions above 0.5.
Comment 2 Alexis Ballier gentoo-dev 2009-09-22 05:21:58 UTC
ffmpeg 0.5 pix_fmt.h has:
#if LIBAVUTIL_VERSION_INT < (50<<16)
#define PIX_FMT_UYVY411 PIX_FMT_UYYVYY411
#define PIX_FMT_RGBA32  PIX_FMT_RGB32
#define PIX_FMT_YUV422  PIX_FMT_YUYV422
#endif

so i applied a different, backward compatible patch.