diff options
author | Pierre Cazenave <pwcazenave at gmail {dot} com> | 2010-05-13 00:41:01 +0200 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-05-13 00:41:01 +0200 |
commit | 716aef8e73830f2ee9e1d2fe4328e5916ee15352 (patch) | |
tree | 54b150b6a8091df0a6da7d21419d2a0d753b9d8d /system/motion/motion-3.2.11-offsett.patch | |
parent | 5baee68c8ffb4e36c02dafb71f6b640beae8cd9c (diff) |
system/motion: Updated for version 3.2.11.1
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, 0 insertions, 13 deletions
diff --git a/system/motion/motion-3.2.11-offsett.patch b/system/motion/motion-3.2.11-offsett.patch deleted file mode 100644 index f3116abbc8169..0000000000000 --- a/system/motion/motion-3.2.11-offsett.patch +++ /dev/null @@ -1,13 +0,0 @@ -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); |