About | Projects | Docs | Forums | Lists | Bugs | Get Gentoo! | Support | Planet | Wiki
loki_val 08/10/15 15:58:10 Added: stepmania-3.9-newerffmpeg.diff Log: Fix for ffmpeg 20081014. Bug 242054. (Portage version: 2.2_rc12/cvs/Linux 2.6.27-rc8 x86_64) Revision Changes Path 1.1 games-arcade/stepmania/files/stepmania-3.9-newerffmpeg.diff file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/stepmania/files/stepmania-3.9-newerffmpeg.diff?rev=1.1&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/stepmania/files/stepmania-3.9-newerffmpeg.diff?rev=1.1&content-type=text/plain Index: stepmania-3.9-newerffmpeg.diff =================================================================== Index: StepMania-3.9-src/src/arch/MovieTexture/MovieTexture_FFMpeg.cpp =================================================================== --- StepMania-3.9-src.orig/src/arch/MovieTexture/MovieTexture_FFMpeg.cpp +++ StepMania-3.9-src/src/arch/MovieTexture/MovieTexture_FFMpeg.cpp @@ -574,7 +574,7 @@ int URLRageFile_read( avcodec::URLContex return f->Read( buf, size ); } -avcodec::offset_t URLRageFile_seek( avcodec::URLContext *h, avcodec::offset_t pos, int whence ) +int64_t URLRageFile_seek( avcodec::URLContext *h, int64_t pos, int whence ) { RageFile *f = (RageFile *) h->priv_data; return f->Seek( (int) pos, whence );
Updated Apr 29, 2012
Summary: Archive of the gentoo-commits mailing list.
Donate to support our development efforts.
Your browser does not support iframes.