14 lines
349 B
Plaintext
14 lines
349 B
Plaintext
$NetBSD: patch-ai,v 1.1 2007/08/08 21:37:21 joerg Exp $
|
|
|
|
--- plugins/audio/IMA_ADPCM/ima_adpcm.c.orig 2007-08-08 20:53:49.000000000 +0000
|
|
+++ plugins/audio/IMA_ADPCM/ima_adpcm.c
|
|
@@ -38,7 +38,7 @@
|
|
|
|
PLUGIN_CODEC_IMPLEMENT("IMA-ADPCM")
|
|
|
|
-#include <malloc.h>
|
|
+#include <stdlib.h>
|
|
#include <string.h>
|
|
|
|
//By LH, Microsoft IMA ADPCM CODEC Capability
|