diff options
author | Daniel Harris <dannyboy@FreeBSD.org> | 2001-02-03 18:16:34 +0000 |
---|---|---|
committer | Daniel Harris <dannyboy@FreeBSD.org> | 2001-02-03 18:16:34 +0000 |
commit | 1344523717514d54f67a4a3576204c316ecf420b (patch) | |
tree | 97a89c1ca49be8baf3ab665fc3a000261e2d8433 /audio/Makefile | |
parent | e7eb99e679e58aafc16de20bacf725f68663a0bd (diff) |
Add normalize, a tool for normalizing the volume of wav and mp3 files.
PR: 24754
Submitted by: George Reid <greid@ukug.uk.freebsd.org>
Notes
Notes:
svn path=/head/; revision=37934
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 |