summaryrefslogtreecommitdiff
path: root/audio/maplay/files/patch-ak
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-12-23 18:44:10 +0000
committerSteve Price <steve@FreeBSD.org>1999-12-23 18:44:10 +0000
commit20fe79de4b699bed34e61ff3232bf0d6aef8c815 (patch)
tree89f122097cb56723261e7af7dc9d16e0ee8ca499 /audio/maplay/files/patch-ak
parentUpdate to patchlevel j067.1. (diff)
* Fixed patches not to change one file twice
* Rearrenged build target PR: 15378 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'audio/maplay/files/patch-ak')
-rw-r--r--audio/maplay/files/patch-ak21
1 files changed, 21 insertions, 0 deletions
diff --git a/audio/maplay/files/patch-ak b/audio/maplay/files/patch-ak
new file mode 100644
index 000000000000..cca6875c8c00
--- /dev/null
+++ b/audio/maplay/files/patch-ak
@@ -0,0 +1,21 @@
+*** subband.h.orig Thu Jun 23 21:14:40 1994
+--- subband.h Thu Dec 9 05:45:45 1999
+***************
+*** 35,42 ****
+ public:
+ virtual void read_allocation (Ibitstream *, Header *, Crc16 *) = 0;
+ virtual void read_scalefactor (Ibitstream *, Header *) = 0;
+! virtual bool read_sampledata (Ibitstream *) = 0;
+! virtual bool put_next_sample (e_channels, SynthesisFilter *, SynthesisFilter *) = 0;
+ };
+
+ #endif
+--- 35,42 ----
+ public:
+ virtual void read_allocation (Ibitstream *, Header *, Crc16 *) = 0;
+ virtual void read_scalefactor (Ibitstream *, Header *) = 0;
+! virtual boolean read_sampledata (Ibitstream *) = 0;
+! virtual boolean put_next_sample (e_channels, SynthesisFilter *, SynthesisFilter *) = 0;
+ };
+
+ #endif