summaryrefslogtreecommitdiff
path: root/audio/amp/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'audio/amp/patches/patch-ab')
-rw-r--r--audio/amp/patches/patch-ab39
1 files changed, 0 insertions, 39 deletions
diff --git a/audio/amp/patches/patch-ab b/audio/amp/patches/patch-ab
deleted file mode 100644
index aba343a13c6..00000000000
--- a/audio/amp/patches/patch-ab
+++ /dev/null
@@ -1,39 +0,0 @@
-*** audioIO_Linux.c.orig Mon Sep 1 19:29:08 1997
---- audioIO_Linux.c Mon Sep 1 19:33:25 1997
-***************
-*** 26,32 ****
-
- /* optimal fragment size */
-
-! int AUSIZ = 0;
-
- /* declare these static to effectively isolate the audio device */
-
---- 26,32 ----
-
- /* optimal fragment size */
-
-! int AUSIZ = 32768;
-
- /* declare these static to effectively isolate the audio device */
-
-*** audioIO.h.orig Mon Sep 1 19:33:43 1997
---- audioIO.h Mon Sep 1 19:34:04 1997
-*************** extern int AUSIZ;
-*** 12,18 ****
- #endif
-
- #ifdef OS_BSD
-! #define AUSIZ 32768
- #endif
-
- #if defined(OS_IRIX) || defined(OS_IRIX64)
---- 12,19 ----
- #endif
-
- #ifdef OS_BSD
-! /* #define AUSIZ 32768 */
-! extern int AUSIZ;
- #endif
-
- #if defined(OS_IRIX) || defined(OS_IRIX64)