aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2019-01-01 14:38:55 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2019-01-01 14:38:55 +0000
commitebbe775754f1272077f719f4906d31b35948acbd (patch)
treecc7d6df61ffba6e54519b1d91b6d128e693dc3fb
parentc6a545d69dd2cde046b03c2b67f8a6cb0073f718 (diff)
downloadqmmp-ebbe775754f1272077f719f4906d31b35948acbd.tar.gz
qmmp-ebbe775754f1272077f719f4906d31b35948acbd.tar.bz2
qmmp-ebbe775754f1272077f719f4906d31b35948acbd.zip
minimal mpg123 version checking
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8557 90c681e8-e032-0410-971d-27865f9a5e38
-rw-r--r--src/plugins/Input/mpeg/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Input/mpeg/CMakeLists.txt b/src/plugins/Input/mpeg/CMakeLists.txt
index f14c70202..9ff7cd01c 100644
--- a/src/plugins/Input/mpeg/CMakeLists.txt
+++ b/src/plugins/Input/mpeg/CMakeLists.txt
@@ -13,7 +13,7 @@ ENDIF(USE_MAD)
# libmpg123
IF(USE_MPG123)
-pkg_search_module(MPG123 libmpg123)
+pkg_search_module(MPG123 libmpg123>=1.13.0)
ENDIF(USE_MPG123)
include_directories(${TAGLIB_INCLUDE_DIRS})