diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2014-12-23 18:08:56 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2014-12-25 02:11:38 -0600 |
commit | 824f66f1ae699edc2e7cb563a85652b46b4d75e0 (patch) | |
tree | 272c94a630e859fd2bc771f56792e0855a3d5068 /libraries/chromaprint/README | |
parent | 0b06f43bd0e6dc1e67ffc40a6a9b1f2b3ea4ccc9 (diff) | |
download | slackbuilds-824f66f1ae699edc2e7cb563a85652b46b4d75e0.tar.gz slackbuilds-824f66f1ae699edc2e7cb563a85652b46b4d75e0.tar.xz |
libraries/chromaprint: Updated for version 1.2.
Re-enabled optional ffmpeg support.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/chromaprint/README')
-rw-r--r-- | libraries/chromaprint/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/chromaprint/README b/libraries/chromaprint/README index f602377901c..631df5a90de 100644 --- a/libraries/chromaprint/README +++ b/libraries/chromaprint/README @@ -4,6 +4,6 @@ Chromaprint is the core component of the Acoustid project. It's a client-side library that implements a custom algorithm for extracting fingerprints from any audio source. -ffmpeg is an optional dependency: it's used in place of fftw3 for -calcs and some extra tools are built. But it's *broken* ATM (so -it's disabled in the script). +ffmpeg is an optional dependency: if present it's used in place +of fftw3 for calcs and the utility fpcalc is included in the +resulting package. |