diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-07-11 05:38:06 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-07-11 05:38:06 +0000 |
| commit | bb227ccbb5df20d9d1272bfab29914a12f2b48ad (patch) | |
| tree | 7e4ec7f6b1f7b78678ad6de45d60df07e759bc28 | |
| parent | b6a71eeb1aa046130974e70be44a08a4fe4dbadd (diff) | |
| download | qmmp-bb227ccbb5df20d9d1272bfab29914a12f2b48ad.tar.gz qmmp-bb227ccbb5df20d9d1272bfab29914a12f2b48ad.tar.bz2 qmmp-bb227ccbb5df20d9d1272bfab29914a12f2b48ad.zip | |
changing minimal version of the sidplayfp to 1.0.3
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3550 90c681e8-e032-0410-971d-27865f9a5e38
| -rw-r--r-- | README | 2 | ||||
| -rw-r--r-- | README.RUS | 2 | ||||
| -rw-r--r-- | src/plugins/Input/sid/CMakeLists.txt | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -92,7 +92,7 @@ Requirements: - opus >= 1.0.2 (Optional) - opusfile >= 0.2 (Optional) - libWildMidi >= 0.2.3.4 (Optional) -- libsidplayfp >= 1.0.1 (Optional) +- libsidplayfp >= 1.0.3 (Optional) - libbs2b >= 3.0.0 (Optional) - libprojectM >= 1.2.0 (Optional) - libenca >= 1.9 (Optional) diff --git a/README.RUS b/README.RUS index b1f5e46cc..4cc0861cc 100644 --- a/README.RUS +++ b/README.RUS @@ -91,7 +91,7 @@ Qmmp - Qt-based multimedia player - opus >= 1.0.2 (Опционально) - opusfile >= 0.2 (Опционально) - libWildMidi >= 0.2.3.4 (Опционально) -- libsidplayfp >= 1.0.1 (Опционально) +- libsidplayfp >= 1.0.3 (Опционально) - libbs2b >= 3.0.0 (Опционально) - libprojectM >= 1.2.0 (Опционально) - libenca >= 1.9 (Опционально) diff --git a/src/plugins/Input/sid/CMakeLists.txt b/src/plugins/Input/sid/CMakeLists.txt index 706099e09..2fd786dc9 100644 --- a/src/plugins/Input/sid/CMakeLists.txt +++ b/src/plugins/Input/sid/CMakeLists.txt @@ -28,7 +28,7 @@ include_directories(${CMAKE_CURRENT_SOURCE_DIR}/../../../) link_directories(${CMAKE_CURRENT_BINARY_DIR}/../../../qmmp) # libsidplayfp -pkg_search_module(SIDPLAYFP libsidplayfp>=1.0.1) +pkg_search_module(SIDPLAYFP libsidplayfp>=1.0.3) include_directories(${SIDPLAYFP_INCLUDE_DIRS}) link_directories(${SIDPLAYFP_LIBRARY_DIRS}) |
