diff options
author | Max Kellermann <max@musicpd.org> | 2018-08-10 18:06:50 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-10-24 10:52:45 +0200 |
commit | 30e22b753b06660d888eb42a8c74d950d044d6dd (patch) | |
tree | 3f19a698a757949c4562bf1b8b7f08e6df151dbd /meson_options.txt | |
parent | f7141c920121e9c6cef6582c89a73da74b814e2e (diff) |
tag/Chromaprint: OO wrapper for a ChromaprintContext
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index 7c57c9da1..48622b5f1 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -107,6 +107,7 @@ option('zzip', type: 'feature', description: 'ZIP support using zziplib') # option('id3tag', type: 'feature', description: 'ID3 support using libid3tag') +option('chromaprint', type: 'feature', description: 'ChromaPrint / AcoustID support') # # Decoder plugins |