diff options
| -rw-r--r-- | README | 2 | ||||
| -rw-r--r-- | README.RUS | 2 | ||||
| -rw-r--r-- | src/plugins/CMakeLists.txt | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -71,7 +71,7 @@ Requirements: - libvorbis - libogg - libalsa >= 1.0.1 -- taglib >= 1.6 +- taglib >= 1.7.0 - curl >= 7.16 - libmms >= 0.4 (Optional) - flac >= 1.1.3 (Optional) diff --git a/README.RUS b/README.RUS index ae84fac89..7d63c0613 100644 --- a/README.RUS +++ b/README.RUS @@ -70,7 +70,7 @@ Qmmp - Qt-based multimedia player - libvorbis - libogg - libalsa >= 1.0.1 -- taglib >= 1.6 +- taglib >= 1.7.0 - curl >= 7.16 - libmms >= 0.4 (Опционально) - flac >= 1.1.3 (Опционально) diff --git a/src/plugins/CMakeLists.txt b/src/plugins/CMakeLists.txt index 93e37c976..a8c0d2a0a 100644 --- a/src/plugins/CMakeLists.txt +++ b/src/plugins/CMakeLists.txt @@ -1,7 +1,7 @@ SET(USE_ENCA TRUE CACHE BOOL "enable/disable libenca support") include(FindPkgConfig) pkg_search_module(ENCA enca>=1.9) -pkg_search_module(TAGLIB taglib) +pkg_search_module(TAGLIB taglib>=1.7) add_subdirectory(Input) add_subdirectory(Output) add_subdirectory(Visual) |
