aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Input/sid/CMakeLists.txt
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2013-07-11 05:38:06 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2013-07-11 05:38:06 +0000
commitbb227ccbb5df20d9d1272bfab29914a12f2b48ad (patch)
tree7e4ec7f6b1f7b78678ad6de45d60df07e759bc28 /src/plugins/Input/sid/CMakeLists.txt
parentb6a71eeb1aa046130974e70be44a08a4fe4dbadd (diff)
downloadqmmp-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
Diffstat (limited to 'src/plugins/Input/sid/CMakeLists.txt')
-rw-r--r--src/plugins/Input/sid/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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})