diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-04-28 22:57:14 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-04-28 22:57:14 +0000 |
commit | 7128180076c10233f25d451ec5557d81057d4f2a (patch) | |
tree | f83a34c93cbe8d9fb5e90de776129f6cc6939ed4 | |
parent | 3fdf673c78c4afca3f0c020d6bc86148c9d796b2 (diff) |
moved help file to standard name
svn path=/trunk/externals/ggee/; revision=5028
-rwxr-xr-x | other/vbap-help.pd (renamed from other/vbap.pd) | 0 | ||||
-rwxr-xr-x | other/vbap.c | 2 |
2 files changed, 2 insertions, 0 deletions
diff --git a/other/vbap.pd b/other/vbap-help.pd index d5047c0..d5047c0 100755 --- a/other/vbap.pd +++ b/other/vbap-help.pd diff --git a/other/vbap.c b/other/vbap.c index ea91e1e..57dae7b 100755 --- a/other/vbap.c +++ b/other/vbap.c @@ -20,7 +20,9 @@ Laboratory of Acoustics and Audio Signal Processing #include <math.h> #include <stdio.h> +#ifndef __APPLE__ #include <malloc.h> +#endif #include <string.h> /* strtok */ #define MAX_TRIPLET_AMOUNT 64 |