1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/audio/libconvolve/files/patch-convolution_process.c
Martin Wilke 4c69167eb4 Simple C library for partitioned convolution.
WWW:	http://tapas.affenbande.org/wordpress/?page_id=9

PR:		ports/111128
Submitted by:	trasz <trasz at pin.if.uz.zgora.pl>
2007-04-09 17:46:35 +00:00

12 lines
224 B
C

--- convolution_process.c.orig Mon Apr 2 09:22:07 2007
+++ convolution_process.c Mon Apr 2 09:22:15 2007
@@ -23,7 +23,7 @@
#include <dsp/dspop.h>
#endif
-#include <malloc.h>
+#include <stdlib.h>
#include <math.h>