diff options
author | Martin Lefebvre <dadexter@sekurity.com> | 2010-05-11 22:26:47 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-11 22:26:47 +0200 |
commit | 73f7d2cd7eb48fd8797eb6113fbe1146720e8679 (patch) | |
tree | 07c55e4058ff0d85fc39d7854a794f5d1883ca45 /system/motion/motion-3.2.11-offsett.patch | |
parent | da6032dd3990b797166c964e1d4ee10e7e5fc6e1 (diff) | |
download | slackbuilds-73f7d2cd7eb48fd8797eb6113fbe1146720e8679.tar.gz |
system/motion: Updated for version 3.2.11
Diffstat (limited to 'system/motion/motion-3.2.11-offsett.patch')
-rw-r--r-- | system/motion/motion-3.2.11-offsett.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/system/motion/motion-3.2.11-offsett.patch b/system/motion/motion-3.2.11-offsett.patch new file mode 100644 index 0000000000..f3116abbc8 --- /dev/null +++ b/system/motion/motion-3.2.11-offsett.patch @@ -0,0 +1,13 @@ +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); |