diff options
Diffstat (limited to 'audio/wavplay/files/patch-wavplay.h')
-rw-r--r-- | audio/wavplay/files/patch-wavplay.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/wavplay/files/patch-wavplay.h b/audio/wavplay/files/patch-wavplay.h new file mode 100644 index 000000000000..ac3a9dd7ac08 --- /dev/null +++ b/audio/wavplay/files/patch-wavplay.h @@ -0,0 +1,11 @@ +--- wavplay.h.orig Thu Aug 5 17:24:45 2004 ++++ wavplay.h Thu Aug 5 17:24:49 2004 +@@ -500,7 +500,7 @@ + extern int UnlockDSP(int ipc,int playrecx,ErrFunc erf); + + extern WAVFILE *WavOpenForRead(const char *Pathname,ErrFunc erf); +-extern WAVFILE *WavOpenForWrite(const char *Pathname,OprMode m,UInt32 sample_rate,UInt16 bits,UInt32 samples,ErrFunc erf); ++extern WAVFILE *WavOpenForWrite(const char *Pathname,Chan chmode,UInt32 sample_rate,UInt16 bits,UInt32 samples,ErrFunc erf); + extern void WavReadOverrides(WAVFILE *wfile,WavPlayOpts *wavopts); + extern int WavClose(WAVFILE *wfile,ErrFunc erf); + |