tag/Chromaprint: OO wrapper for a ChromaprintContext

This commit is contained in:
Max Kellermann
2018-08-10 18:06:50 +02:00
parent f7141c9201
commit 30e22b753b
5 changed files with 370 additions and 0 deletions

View File

@@ -381,6 +381,26 @@ executable(
],
)
#
# Tag
#
if chromaprint_dep.found()
executable(
'RunChromaprint',
'RunChromaprint.cxx',
'../src/Log.cxx',
'../src/LogBackend.cxx',
include_directories: inc,
dependencies: [
decoder_glue_dep,
input_glue_dep,
archive_glue_dep,
chromaprint_dep,
],
)
endif
#
# Decoder
#