diff options
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 f3116abbc8..0000000000 --- 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); |