diff options
author | will <will@FreeBSD.org> | 2000-06-02 23:11:14 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-06-02 23:11:14 +0800 |
commit | 580bf02745160c5f1ad52058046eeb50fcb901f9 (patch) | |
tree | 2871aaf2ecc7dee608d26118aaa177b3a95a2a16 /audio/Makefile | |
parent | 523ace955ffde10db0e41c3ddb0a3dffef316e85 (diff) | |
download | freebsd-ports-gnome-580bf02745160c5f1ad52058046eeb50fcb901f9.tar.gz freebsd-ports-gnome-580bf02745160c5f1ad52058046eeb50fcb901f9.tar.zst freebsd-ports-gnome-580bf02745160c5f1ad52058046eeb50fcb901f9.zip |
Add mp3_check, a utility which verifies the integrity of mp3 files and
prints some useful statistics. I made this port respect CC/CFLAGS.
PR: 18812
Submitted by: Zach Zurflu <zach@pabst.bendnet.com>
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 774f6b4718dc..39feca42b385 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -46,6 +46,7 @@ SUBDIR += maplay SUBDIR += mikmod SUBDIR += mixer.app + SUBDIR += mp3_check SUBDIR += mp3blaster SUBDIR += mp3encode SUBDIR += mp3info |