Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/motion/files: motion-3.2.11-offsett.patch
Date: Tue, 14 Oct 2008 17:20:37
Message-Id: E1KpnZR-0004l1-N7@stork.gentoo.org
1 aballier 08/10/14 17:20:33
2
3 Added: motion-3.2.11-offsett.patch
4 Log:
5 version bump
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.26.6 x86_64)
7
8 Revision Changes Path
9 1.1 media-video/motion/files/motion-3.2.11-offsett.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/motion/files/motion-3.2.11-offsett.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/motion/files/motion-3.2.11-offsett.patch?rev=1.1&content-type=text/plain
13
14 Index: motion-3.2.11-offsett.patch
15 ===================================================================
16 Index: motion-3.2.11/ffmpeg.c
17 ===================================================================
18 --- motion-3.2.11.orig/ffmpeg.c
19 +++ motion-3.2.11/ffmpeg.c
20 @@ -164,7 +164,7 @@ static int file_write(URLContext *h, uns
21 return write(fd, buf, size);
22 }
23
24 -static offset_t file_seek(URLContext *h, offset_t pos, int whence)
25 +static int64_t file_seek(URLContext *h, int64_t pos, int whence)
26 {
27 int fd = (size_t)h->priv_data;
28 return lseek(fd, pos, whence);