summaryrefslogtreecommitdiff
path: root/multimedia/mpeg-lib/patches/patch-ah
diff options
context:
space:
mode:
authorgrant <grant>2004-06-26 18:27:23 +0000
committergrant <grant>2004-06-26 18:27:23 +0000
commit86c51ca2e4545dc06fb4d141c4fbcf1a4f762459 (patch)
tree9fd533e25a827bfb42c103527d162aa6d8e13fba /multimedia/mpeg-lib/patches/patch-ah
parentcd2ea0eafc952a4150165f47ffaf7149634be720 (diff)
downloadpkgsrc-86c51ca2e4545dc06fb4d141c4fbcf1a4f762459.tar.gz
move mpeg-lib to multimedia/
Diffstat (limited to 'multimedia/mpeg-lib/patches/patch-ah')
-rw-r--r--multimedia/mpeg-lib/patches/patch-ah15
1 files changed, 15 insertions, 0 deletions
diff --git a/multimedia/mpeg-lib/patches/patch-ah b/multimedia/mpeg-lib/patches/patch-ah
new file mode 100644
index 00000000000..ccd292e7b8a
--- /dev/null
+++ b/multimedia/mpeg-lib/patches/patch-ah
@@ -0,0 +1,15 @@
+$NetBSD: patch-ah,v 1.1 2004/06/26 18:27:23 grant Exp $
+
+--- hybrid.c.orig Fri Jul 23 23:50:51 1999
++++ hybrid.c Mon Sep 15 22:50:01 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"
++#include <stdlib.h>
+ #include "proto.h"
+ #include "dither.h"
+ #include "my_dmalloc.h"