Gentoo Archives: gentoo-commits

From: "Peter Alfredsen (loki_val)" <loki_val@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-arcade/stepmania/files: stepmania-3.9-newerffmpeg.diff
Date: Wed, 15 Oct 2008 15:58:13
Message-Id: E1Kq8lG-00064O-4o@stork.gentoo.org
1 loki_val 08/10/15 15:58:10
2
3 Added: stepmania-3.9-newerffmpeg.diff
4 Log:
5 Fix for ffmpeg 20081014. Bug 242054.
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.27-rc8 x86_64)
7
8 Revision Changes Path
9 1.1 games-arcade/stepmania/files/stepmania-3.9-newerffmpeg.diff
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/stepmania/files/stepmania-3.9-newerffmpeg.diff?rev=1.1&view=markup
12 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
13
14 Index: stepmania-3.9-newerffmpeg.diff
15 ===================================================================
16 Index: StepMania-3.9-src/src/arch/MovieTexture/MovieTexture_FFMpeg.cpp
17 ===================================================================
18 --- StepMania-3.9-src.orig/src/arch/MovieTexture/MovieTexture_FFMpeg.cpp
19 +++ StepMania-3.9-src/src/arch/MovieTexture/MovieTexture_FFMpeg.cpp
20 @@ -574,7 +574,7 @@ int URLRageFile_read( avcodec::URLContex
21 return f->Read( buf, size );
22 }
23
24 -avcodec::offset_t URLRageFile_seek( avcodec::URLContext *h, avcodec::offset_t pos, int whence )
25 +int64_t URLRageFile_seek( avcodec::URLContext *h, int64_t pos, int whence )
26 {
27 RageFile *f = (RageFile *) h->priv_data;
28 return f->Seek( (int) pos, whence );