diff options
author | dannyboy <dannyboy@FreeBSD.org> | 2001-02-04 02:16:34 +0800 |
---|---|---|
committer | dannyboy <dannyboy@FreeBSD.org> | 2001-02-04 02:16:34 +0800 |
commit | 2897237275698c2dd2d1d67811a72b2e3e71881d (patch) | |
tree | e3be168d7577d88ffaa4b1b093165bbdd96967f0 /audio/Makefile | |
parent | 1affb632b656f5c2024b1df64eb26e20293cd603 (diff) | |
download | freebsd-ports-gnome-2897237275698c2dd2d1d67811a72b2e3e71881d.tar.gz freebsd-ports-gnome-2897237275698c2dd2d1d67811a72b2e3e71881d.tar.zst freebsd-ports-gnome-2897237275698c2dd2d1d67811a72b2e3e71881d.zip |
Add normalize, a tool for normalizing the volume of wav and mp3 files.
PR: 24754
Submitted by: George Reid <greid@ukug.uk.freebsd.org>
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 84fab7af88fa..b8536dc870a9 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -110,6 +110,7 @@ SUBDIR += mxv SUBDIR += napster SUBDIR += nas + SUBDIR += normalize SUBDIR += nosefart SUBDIR += nspmod SUBDIR += openal |