slackbuilds_ponce/system/motion/motion-3.2.11-offsett.patch
2010-05-11 22:26:47 +02:00

13 lines
466 B
Diff

Index: motion-3.2.11/ffmpeg.c
===================================================================
--- motion-3.2.11.orig/ffmpeg.c
+++ motion-3.2.11/ffmpeg.c
@@ -164,7 +164,7 @@ static int file_write(URLContext *h, uns
return write(fd, buf, size);
}
-static offset_t file_seek(URLContext *h, offset_t pos, int whence)
+static int64_t file_seek(URLContext *h, int64_t pos, int whence)
{
int fd = (size_t)h->priv_data;
return lseek(fd, pos, whence);