summaryrefslogtreecommitdiff
path: root/graphics/mpeg-lib/patches/patch-an
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/mpeg-lib/patches/patch-an')
-rw-r--r--graphics/mpeg-lib/patches/patch-an13
1 files changed, 7 insertions, 6 deletions
diff --git a/graphics/mpeg-lib/patches/patch-an b/graphics/mpeg-lib/patches/patch-an
index c0e57181e50..fab06e9e3e9 100644
--- a/graphics/mpeg-lib/patches/patch-an
+++ b/graphics/mpeg-lib/patches/patch-an
@@ -1,14 +1,15 @@
-$NetBSD: patch-an,v 1.3 2001/08/02 13:28:46 jlam Exp $
+$NetBSD: patch-an,v 1.4 2003/10/04 15:54:39 danw Exp $
--- mb_ordered.c.orig Fri Jul 23 23:53:08 1999
-+++ mb_ordered.c
-@@ -24,6 +24,9 @@
- #include <malloc.h>
++++ mb_ordered.c Mon Sep 15 22:50:11 2003
+@@ -21,9 +21,9 @@
+ /* This file contains C code to implement an ordered dither. */
+
+ #include <config.h>
+-#include <malloc.h>
#include <memory.h>
#include "video.h"
-+#ifdef __NetBSD__
+#include <stdlib.h>
-+#endif
#include "proto.h"
#include "dither.h"
#include "my_dmalloc.h"