diff options
Diffstat (limited to 'net/openh323/patches/patch-ag')
-rw-r--r-- | net/openh323/patches/patch-ag | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/openh323/patches/patch-ag b/net/openh323/patches/patch-ag new file mode 100644 index 00000000000..02cf5956d7c --- /dev/null +++ b/net/openh323/patches/patch-ag @@ -0,0 +1,12 @@ +$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 |