diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2008-06-18 08:59:44 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2008-06-18 08:59:44 +0000 |
commit | 507b59dca2feb7d7a0fe8abafef31592031ba209 (patch) | |
tree | 748c16e9d52afe0b3c4d08c6795ab941b857c6c1 /audio/wavegain/files/patch-audio.c | |
parent | [PATCH] audio/nas: update to 1.9.1 (diff) |
[New port] audio/wavegain
WaveGain is a program that applies ReplayGain to wave files.
The FreeBSD port of WaveGain is with a patch from gnormalize
whose author is Claudio Fernandes de Souza Rodrigues.
The author of WaveGain is John Edwards.
WWW: http://www.rarewares.org/others.html
PR: ports/123963
Submitted by: Denise H. G. <darcsis@gmail.com>
Diffstat (limited to 'audio/wavegain/files/patch-audio.c')
-rw-r--r-- | audio/wavegain/files/patch-audio.c | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/audio/wavegain/files/patch-audio.c b/audio/wavegain/files/patch-audio.c new file mode 100644 index 000000000000..c54f81ccd6cf --- /dev/null +++ b/audio/wavegain/files/patch-audio.c @@ -0,0 +1,23 @@ +--- audio.c 2005-11-27 16:55:24.000000000 +0800 ++++ audio.c 2008-05-24 22:12:15.000000000 +0800 +@@ -31,20 +31,8 @@ + #include <string.h> + #include <sys/types.h> + +-#ifdef _WIN32 +-#include <io.h> +-#else +-# ifndef __MACOSX__ +-# include <sys/io.h> +-# endif +-#endif +- + #include <fcntl.h> + +-#ifndef __MACOSX__ +-#include <malloc.h> +-#endif +- + #include <math.h> + #include "config.h" + #include "audio.h" |