diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-20 07:08:27 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-20 07:08:27 +0000 |
commit | c01499cf502581fa79e252ec598218d075087527 (patch) | |
tree | 19a8aef6f2cc5b29e0a7d9eba8264ac2892b5578 /audio/Makefile | |
parent | New port: security/ifd-gpr400: PC/SC Lite IFD for Gemplus GPR400 (diff) |
new port: audio/mp3gain (A tool to normalize the gain of mp3 files)
Tired of reaching for your volume knob every time your mp3
player changes to a new song? MP3Gain analyzes and adjusts
mp3 files so that they have the same volume.
PR: ports/46625
Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 65e63f2968c7..08695c89c9aa 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -148,6 +148,7 @@ SUBDIR += mp3chew SUBDIR += mp3ck SUBDIR += mp3encode + SUBDIR += mp3gain SUBDIR += mp3info SUBDIR += mp3mover SUBDIR += mp3rename |