mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-16 11:19:18 +01:00
Build & link against Chromaprint.
This commit is contained in:
parent
eabe8935bc
commit
b9eec4ce38
@ -366,6 +366,7 @@ add_subdirectory(3rdparty/universalchardet)
|
||||
add_subdirectory(tests)
|
||||
add_subdirectory(dist)
|
||||
add_subdirectory(tools/ultimate_lyrics_parser)
|
||||
add_subdirectory(3rdparty/chromaprint)
|
||||
|
||||
option(WITH_DEBIAN OFF)
|
||||
if(WITH_DEBIAN)
|
||||
|
@ -961,6 +961,7 @@ add_dependencies(clementine_lib pot)
|
||||
|
||||
target_link_libraries(clementine_lib
|
||||
chardet
|
||||
chromaprint_p
|
||||
echoprint
|
||||
sha2
|
||||
${ECHONEST_LIBRARIES}
|
||||
|
Loading…
Reference in New Issue
Block a user