summaryrefslogtreecommitdiff
path: root/system/motion/motion-3.2.11-offsett.patch
diff options
context:
space:
mode:
authorMartin Lefebvre <dadexter@sekurity.com>2010-05-11 22:26:47 +0200
committerDavid Somero <xgizzmo@slackbuilds.org>2010-05-11 22:26:47 +0200
commit73f7d2cd7eb48fd8797eb6113fbe1146720e8679 (patch)
tree07c55e4058ff0d85fc39d7854a794f5d1883ca45 /system/motion/motion-3.2.11-offsett.patch
parentda6032dd3990b797166c964e1d4ee10e7e5fc6e1 (diff)
downloadslackbuilds-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.patch13
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);