diff options
author | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2002-02-03 11:04:04 +0000 |
---|---|---|
committer | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2002-02-03 11:04:04 +0000 |
commit | 57875f1752d0e696d454a3d8d9c8b1d2524edab9 (patch) | |
tree | 378e1997d90fe07b7e9f2046b93712a6cba2794d /audio/Makefile | |
parent | There is a new release of MetaKit (diff) |
Add a new port: mp3ck
Mp3ck is a portable utility for checking the consistency of MPEG
Layer 2 or 3 streams or files. The primary accent of the check is
on the seamless flow of frames and tags since most MPEG defects
introduced by aborted network transfers manifest theirselves in its
breakage.
Its ability to detect such defects is its main difference from
other mp3*check utilities from our port collection.
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 68b69e69a942..d946759865ce 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -132,6 +132,7 @@ SUBDIR += mp3butler SUBDIR += mp3check SUBDIR += mp3chew + SUBDIR += mp3ck SUBDIR += mp3encode SUBDIR += mp3info SUBDIR += mp3mover |