diff options
Diffstat (limited to 'recipes/motion/motion-3.2.11/ffmpeg-0.4.9.15594svn-20081010.diff')
-rw-r--r-- | recipes/motion/motion-3.2.11/ffmpeg-0.4.9.15594svn-20081010.diff | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/motion/motion-3.2.11/ffmpeg-0.4.9.15594svn-20081010.diff b/recipes/motion/motion-3.2.11/ffmpeg-0.4.9.15594svn-20081010.diff new file mode 100644 index 0000000000..af85599f20 --- /dev/null +++ b/recipes/motion/motion-3.2.11/ffmpeg-0.4.9.15594svn-20081010.diff @@ -0,0 +1,14 @@ +Index: ffmpeg.c +=================================================================== +--- trunk/ffmpeg.c (revision 434) ++++ trunk/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); |