1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-14 04:51:53 +02:00

Correct sparsehash description

This commit is contained in:
Uwe L. Korn 2014-06-27 03:30:01 +01:00
parent 7ace0ce70c
commit 399fdb74b5

View File

@ -257,7 +257,8 @@ macro_log_feature(Boost_FOUND "Boost" "Provides free peer-reviewed portable C++
macro_optional_find_package(Sparsehash)
macro_log_feature(SPARSEHASH_FOUND "Sparsehash"
"https://code.google.com/p/sparsehash/" "" TRUE ""
"An extremely memory-efficient hash_map implementation."
"https://code.google.com/p/sparsehash/" TRUE ""
"Sparsehash is needed for reading metadata of mediastreams and fast
forward/backward seeking in HTTP streams")