diff options
Diffstat (limited to 'multimedia/mpeg-lib/patches/patch-ac')
-rw-r--r-- | multimedia/mpeg-lib/patches/patch-ac | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/multimedia/mpeg-lib/patches/patch-ac b/multimedia/mpeg-lib/patches/patch-ac new file mode 100644 index 00000000000..fea118f46f5 --- /dev/null +++ b/multimedia/mpeg-lib/patches/patch-ac @@ -0,0 +1,14 @@ +$NetBSD: patch-ac,v 1.1 2004/06/26 18:27:23 grant Exp $ + +--- 24bit.c.orig Fri Jul 23 23:59:25 1999 ++++ 24bit.c Mon Sep 15 22:49:14 2003 +@@ -30,7 +30,8 @@ + #include "dither.h" + #include "proto.h" + #include <time.h> +-#include <malloc.h> ++#include <stdlib.h> ++ + #include "my_dmalloc.h" + + /* |