Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 269080 - games-arcade/stepmania-3.9 failed to build against ffmpeg-0.5-r1
Summary: games-arcade/stepmania-3.9 failed to build against ffmpeg-0.5-r1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-09 02:54 UTC by Wai Ling
Modified: 2009-06-20 23:05 UTC (History)
1 user (show)

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


Attachments
patch that fix compilation and video crashing issues. (stepmania-3.9-r1-ffmpeg.patch,1.22 KB, patch)
2009-05-09 03:20 UTC, Wai Ling
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Wai Ling 2009-05-09 02:54:07 UTC
stepmania-3.9 would not compile using the stablized ffmpeg-0.5-r1 unless the changes is made:

src/arch/MovieTexture/MovieTexture_FFMpeg.cpp
38,39c38,39
<     void img_convert__(AVPicture *dst, int dst_pix_fmt,
<                        const AVPicture *src, int pix_fmt,
---
>     void img_convert__(AVPicture *dst, enum PixelFormat dst_pix_fmt,
>                        const AVPicture *src, enum PixelFormat pix_fmt,


Reproducible: Always
Comment 1 Wai Ling 2009-05-09 03:20:47 UTC
Created attachment 190723 [details, diff]
patch that fix compilation and video crashing issues.
Comment 2 Jyrki Launonen 2009-06-03 21:29:14 UTC
Confirmed the compiling problem and solution ( = compiled fine with patch from #1 ). The annoying crashing issue seems to be gone now too, as stated.
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2009-06-20 23:05:57 UTC
in 3.9-r1, thanks.. we really need to get stepmania-4.0_alpha4 in tree and see what we still need from the patchset. :/