From 75b8b46eaceadfe6c68c71f6acc1bdc92e6649e3 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Wed, 9 Jan 2008 20:04:04 +0000 Subject: [PATCH] [packages] multimedia/motion: forgot to remove a patch SVN-Revision: 10156 --- .../patches/003-sn9c102-common-buffer.patch | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 multimedia/motion/patches/003-sn9c102-common-buffer.patch diff --git a/multimedia/motion/patches/003-sn9c102-common-buffer.patch b/multimedia/motion/patches/003-sn9c102-common-buffer.patch deleted file mode 100644 index 8a9693c70c..0000000000 --- a/multimedia/motion/patches/003-sn9c102-common-buffer.patch +++ /dev/null @@ -1,15 +0,0 @@ -Index: motion-3.2.8/motion.c -=================================================================== ---- motion-3.2.8/motion.c (revision 174) -+++ motion-3.2.8/motion.c (working copy) -@@ -474,8 +474,8 @@ - cnt->imgs.shotstamp = mymalloc(sizeof(int)); - - /* Allocate a buffer for temp. usage in some places */ -- /* Only despeckle for now... */ -- cnt->imgs.common_buffer = mymalloc(3 * cnt->imgs.width); -+ /* Only despeckle & bayer2rgb24() for now... */ -+ cnt->imgs.common_buffer = mymalloc(3 * cnt->imgs.width * cnt->imgs.height); - - /* Now is a good time to init rotation data. Since vid_start has been - * called, we know that we have imgs.width and imgs.height. When capturing -- 2.30.2