From bb227ccbb5df20d9d1272bfab29914a12f2b48ad Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Thu, 11 Jul 2013 05:38:06 +0000 Subject: 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 --- README | 2 +- README.RUS | 2 +- src/plugins/Input/sid/CMakeLists.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 46bbf6ded..f55f24a62 100644 --- a/README +++ b/README @@ -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}) -- cgit v1.2.3-13-gbd6f