diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-05-06 09:46:00 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-05-06 09:46:00 +0000 |
commit | f257ffd2c9746981226ea834958215510ecb9754 (patch) | |
tree | 3b5fcf7fc0cd644a35be9e69b44fa1f9be985293 /media-sound/wavplay/files/wavplay-1.4-gcc34.patch | |
parent | Version bump (diff) | |
download | historical-f257ffd2c9746981226ea834958215510ecb9754.tar.gz historical-f257ffd2c9746981226ea834958215510ecb9754.tar.bz2 historical-f257ffd2c9746981226ea834958215510ecb9754.zip |
Remove old.
Package-Manager: portage-2.2.18/cvs/Linux x86_64
Diffstat (limited to 'media-sound/wavplay/files/wavplay-1.4-gcc34.patch')
-rw-r--r-- | media-sound/wavplay/files/wavplay-1.4-gcc34.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/media-sound/wavplay/files/wavplay-1.4-gcc34.patch b/media-sound/wavplay/files/wavplay-1.4-gcc34.patch deleted file mode 100644 index c1f6cef79273..000000000000 --- a/media-sound/wavplay/files/wavplay-1.4-gcc34.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naur wavplay-1.4.orig/wavplay.h wavplay-1.4/wavplay.h ---- wavplay-1.4.orig/wavplay.h 1999-12-04 01:06:42.000000000 +0100 -+++ wavplay-1.4/wavplay.h 2004-09-06 19:57:03.741888416 +0200 -@@ -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); - |