1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-30 17:20:26 +02:00

Fix problems with reading files because of filename charsets.

This commit is contained in:
Dominik Schmidt
2011-01-16 17:41:38 +01:00
committed by Leo Franchi
parent b549ee24ac
commit f386de0f0d
3 changed files with 27 additions and 1 deletions

View File

@@ -14,6 +14,10 @@ ELSE()
ENDIF()
FIND_PACKAGE( Taglib 1.6.0 REQUIRED )
include(CheckTagLibFileName)
check_taglib_filename(COMPLEX_TAGLIB_FILENAME)
FIND_PACKAGE( LibLastFm REQUIRED )
FIND_PACKAGE( LibEchonest REQUIRED )