diff options
| -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}) |
