summaryrefslogtreecommitdiff
path: root/multimedia/mjpegtools/patches/patch-ar
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/mjpegtools/patches/patch-ar')
-rw-r--r--multimedia/mjpegtools/patches/patch-ar18
1 files changed, 0 insertions, 18 deletions
diff --git a/multimedia/mjpegtools/patches/patch-ar b/multimedia/mjpegtools/patches/patch-ar
deleted file mode 100644
index 4e0323acbc7..00000000000
--- a/multimedia/mjpegtools/patches/patch-ar
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD: patch-ar,v 1.1 2005/05/28 00:05:39 reed Exp $
-error: array bound forbidden after parenthesized type-id
-
---- ./mpeg2enc/picture.cc.orig Fri May 27 16:01:27 2005
-+++ ./mpeg2enc/picture.cc Fri May 27 16:01:57 2005
-@@ -83,9 +83,9 @@
- }
-
-
-- curref = new (uint8_t *)[5];
-- curorg = new (uint8_t *)[5];
-- pred = new (uint8_t *)[5];
-+ curref = new uint8_t *[5];
-+ curorg = new uint8_t *[5];
-+ pred = new uint8_t *[5];
-
- for( i = 0 ; i<3; i++)
- {