summaryrefslogtreecommitdiff
path: root/packages/motion/motion-3.2.11
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2009-02-23 13:19:19 -0800
committerKhem Raj <raj.khem@gmail.com>2009-02-23 13:19:19 -0800
commit8c2955ce84aa2dacfacdfa96b8d2bfaf08f985d2 (patch)
tree01b120afb41cf6fe91c0a093ac38ad7864bb862f /packages/motion/motion-3.2.11
parent0773447006cd2aa0b2c3ac364ce6e1c151215087 (diff)
parent0f5b41fdc74c6b18d482cab683a7fb2d53b6e3a2 (diff)
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'packages/motion/motion-3.2.11')
-rw-r--r--packages/motion/motion-3.2.11/ffmpeg-0.4.9.15594svn-20081010.diff14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/motion/motion-3.2.11/ffmpeg-0.4.9.15594svn-20081010.diff b/packages/motion/motion-3.2.11/ffmpeg-0.4.9.15594svn-20081010.diff
new file mode 100644
index 0000000000..af85599f20
--- /dev/null
+++ b/packages/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);