aboutsummaryrefslogtreecommitdiff
path: root/audio/Makefile
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2005-10-01 13:28:47 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2005-10-01 13:28:47 +0000
commit1b3d2d021c7bb7d659b599f7b4c01190805ad570 (patch)
treea65a9f490bf890bd3776bf55367af933b7736baf /audio/Makefile
parent0059228c1dcb764289ae0876ff200df0ec723da3 (diff)
downloadports-1b3d2d021c7bb7d659b599f7b4c01190805ad570.tar.gz
ports-1b3d2d021c7bb7d659b599f7b4c01190805ad570.zip
New port
This is a command-line utility which tries to determine the encoder used to create an mp3 file. Each encoder has unique characteristics fingerprinted into each file. This program analyzes algorithms that are used in any given file and determines which encoder was used. For example the Xing encoder never uses short blocks. PR: 86768 Submitted by: Emanuel Haupt <ehaupt@critical.ch> Approved by: pav (mentor)
Notes
Notes: svn path=/head/; revision=143906
Diffstat (limited to 'audio/Makefile')
-rw-r--r--audio/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile
index 63c6bd41224e..2c3017112565 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -301,6 +301,7 @@
SUBDIR += mp3ck
SUBDIR += mp3encode
SUBDIR += mp3gain
+ SUBDIR += mp3guessenc
SUBDIR += mp3info
SUBDIR += mp3mover
SUBDIR += mp3rename