diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-03-25 11:03:43 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-03-25 11:03:43 +0000 |
| commit | dc1ca547227ec824a1b14da364e3a09fd1276674 (patch) | |
| tree | c2760223f57e30d2d41a60045ade5c702c7c09a6 | |
| parent | 984e32d92423fa1df217e1cdf936897b91dae498 (diff) | |
| download | qmmp-dc1ca547227ec824a1b14da364e3a09fd1276674.tar.gz qmmp-dc1ca547227ec824a1b14da364e3a09fd1276674.tar.bz2 qmmp-dc1ca547227ec824a1b14da364e3a09fd1276674.zip | |
setting minimal taglib version to 1.7
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3357 90c681e8-e032-0410-971d-27865f9a5e38
| -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) |
