12 lines
408 B
Text
12 lines
408 B
Text
$NetBSD: patch-ag,v 1.1 2007/08/08 21:37:21 joerg Exp $
|
|
|
|
--- plugins/audio/VoiceAgeG729/g729codec.c.orig 2007-08-08 20:51:46.000000000 +0000
|
|
+++ plugins/audio/VoiceAgeG729/g729codec.c
|
|
@@ -38,7 +38,6 @@ PLUGIN_CODEC_IMPLEMENT("VoiceAgeG729")
|
|
#pragma comment(linker, "/NODEFAULTLIB:libcmt.lib")
|
|
|
|
#include <stdlib.h>
|
|
-#include <malloc.h>
|
|
#include "va_g729/va_g729a.h"
|
|
|
|
#define SAMPLES_PER_FRAME L_FRAME
|