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.7.0 +- taglib >= 1.6 - curl >= 7.16 - libmms >= 0.4 (Optional) - flac >= 1.1.3 (Optional) diff --git a/README.RUS b/README.RUS index 8ea858dc1..88ff3a77a 100644 --- a/README.RUS +++ b/README.RUS @@ -70,7 +70,7 @@ Qmmp - Qt-based multimedia player - libvorbis - libogg - libalsa >= 1.0.1 -- taglib >= 1.7.0 +- taglib >= 1.6 - curl >= 7.16 - libmms >= 0.4 (Опционально) - flac >= 1.1.3 (Опционально) diff --git a/src/plugins/CMakeLists.txt b/src/plugins/CMakeLists.txt index a8c0d2a0a..0817582d5 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>=1.7) +pkg_search_module(TAGLIB taglib>=1.6) add_subdirectory(Input) add_subdirectory(Output) add_subdirectory(Visual) |
