diff options
author | mycroft <mycroft@pkgsrc.org> | 1997-10-31 11:48:59 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 1997-10-31 11:48:59 +0000 |
commit | c6e3a24d6b94abb6975da0b9c47484934a36302c (patch) | |
tree | f112bdc83a277496101d930395987aba97eee212 /audio | |
parent | cfb391074a366bd230fb2887e8d2a198e4279b64 (diff) | |
download | pkgsrc-c6e3a24d6b94abb6975da0b9c47484934a36302c.tar.gz |
Use a 32k buffer.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/amp/patches/patch-ac | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/audio/amp/patches/patch-ac b/audio/amp/patches/patch-ac index 279ff7b2ebb..6bffb9c63aa 100644 --- a/audio/amp/patches/patch-ac +++ b/audio/amp/patches/patch-ac @@ -10,15 +10,15 @@ #endif --- audioIO.h.old Sun Oct 26 10:57:10 1997 -+++ audioIO.h Sun Oct 26 10:57:44 1997 -@@ -24,6 +24,6 @@ - #define AUSIZ 4096 - #endif - --#ifdef OS_SunOS -+#if defined(OS_SunOS) || defined(OS_NetBSD) ++++ audioIO.h Fri Oct 31 06:43:07 1997 +@@ -27,3 +27,7 @@ + #ifdef OS_SunOS #define AUSIZ 4096 #endif ++ ++#ifdef OS_NetBSD ++ #define AUSIZ 32768 ++#endif --- audioIO_SunOS.c.old Sun Oct 26 10:58:36 1997 +++ audioIO_SunOS.c Sun Oct 26 11:13:51 1997 @@ -8,7 +8,11 @@ |