Changes of Revision 8
[-] [+] | Changed | motion.spec |
[-] [+] | Added | ffmpeg-0.4.9.15594svn-20081010.diff ^ |
@@ -0,0 +1,14 @@ +Index: ffmpeg.c +=================================================================== +--- ffmpeg.c (revision 434) ++++ ffmpeg.c (working copy) +@@ -164,7 +164,8 @@ + 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); |