diff options
author | Max Kellermann <max@musicpd.org> | 2019-04-04 20:29:27 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-04-04 20:29:27 +0200 |
commit | 8a07724b23d59493666ada922c7c6dcf872157ae (patch) | |
tree | d920a334c0ba31f13a3f3520acf75dc8cce7c386 /test/meson.build | |
parent | 5256929b179bc44405f212d818cd4aa472daab3a (diff) |
test/RunChromaprint: move class ChromaprintDecoderClient to lib/chromaprint/
Diffstat (limited to 'test/meson.build')
-rw-r--r-- | test/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/meson.build b/test/meson.build index 7345283d9..731ad2cec 100644 --- a/test/meson.build +++ b/test/meson.build @@ -409,6 +409,7 @@ if chromaprint_dep.found() executable( 'RunChromaprint', 'RunChromaprint.cxx', + '../src/lib/chromaprint/DecoderClient.cxx', '../src/Log.cxx', '../src/LogBackend.cxx', include_directories: inc, |