]> git.pld-linux.org Git - packages/wavplay.git/commitdiff
- fixed header/source inconsistency auto/th/wavplay-1_4-10
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 22 Jun 2007 12:44:08 +0000 (12:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    wavplay-WavOpenForWrite.patch -> 1.1

wavplay-WavOpenForWrite.patch [new file with mode: 0644]

diff --git a/wavplay-WavOpenForWrite.patch b/wavplay-WavOpenForWrite.patch
new file mode 100644 (file)
index 0000000..a5cada9
--- /dev/null
@@ -0,0 +1,11 @@
+--- wavplay-1.4/wavplay.h~     2007-06-22 14:41:40.000000000 +0200
++++ wavplay-1.4/wavplay.h      2007-06-22 14:42:58.000000000 +0200
+@@ -503,7 +503,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);
This page took 0.059616 seconds and 4 git commands to generate.