diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-01-08 22:38:25 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-01-08 22:38:25 +0000 |
commit | d4475c316c73a322a4f2dfbd84cef8b51d745461 (patch) | |
tree | 6408480a66051dd3f5bea1393e604019e8c94ec2 /audio/mac/files/patch-src-MACLib-WAVInputSource.cpp | |
parent | Remove broken mirror (diff) |
- Update to 3.99.4.5
- Take maintainership
- Better amd64 support
- Drop static lib
- Backward compatibility has been abandoned
- Miscellaneous tweaks
Notes
Notes:
svn path=/head/; revision=181808
Diffstat (limited to 'audio/mac/files/patch-src-MACLib-WAVInputSource.cpp')
-rw-r--r-- | audio/mac/files/patch-src-MACLib-WAVInputSource.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/audio/mac/files/patch-src-MACLib-WAVInputSource.cpp b/audio/mac/files/patch-src-MACLib-WAVInputSource.cpp deleted file mode 100644 index 8ce3aae98649..000000000000 --- a/audio/mac/files/patch-src-MACLib-WAVInputSource.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/MACLib/WAVInputSource.cpp.orig Wed May 12 06:35:57 2004 -+++ src/MACLib/WAVInputSource.cpp Mon Aug 9 20:27:58 2004 -@@ -47,7 +47,7 @@ - pExtension--;
-
- // create the proper input source
-- if (wcsicmp(pExtension, L".wav") == 0)
-+ if (wcscmp(pExtension, L".wav") == 0)
- {
- if (pErrorCode) *pErrorCode = ERROR_SUCCESS;
- return new CWAVInputSource(pSourceName, pwfeSource, pTotalBlocks, pHeaderBytes, pTerminatingBytes, pErrorCode);
|