From 0853e9b69df86182c572eccd671b3097cf348f72 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 5 Jan 2009 15:13:35 +0000 Subject: cd audio plugin git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@732 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Input/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/plugins/Input/CMakeLists.txt') diff --git a/src/plugins/Input/CMakeLists.txt b/src/plugins/Input/CMakeLists.txt index dd30de45c..af4d85ef0 100644 --- a/src/plugins/Input/CMakeLists.txt +++ b/src/plugins/Input/CMakeLists.txt @@ -12,6 +12,7 @@ SET(USE_MODPLUG TRUE CACHE BOOL "enable/disable modplug plugin") SET(USE_AAC TRUE CACHE BOOL "enable/disable aac plugin") SET(USE_CUE TRUE CACHE BOOL "enable/disable cue plugin") SET(USE_MPLAYER TRUE CACHE BOOL "enable/disable mplayer support") +SET(USE_CDA TRUE CACHE BOOL "enable/disable cd audio support") pkg_check_modules(TAGLIB taglib) @@ -58,3 +59,7 @@ ENDIF(USE_CUE AND TAGLIB_FOUND) IF(USE_MPLAYER) add_subdirectory(mplayer) ENDIF(USE_MPLAYER) + +IF(USE_CDA) +add_subdirectory(cdaudio) +ENDIF(USE_CDA) -- cgit v1.2.3-13-gbd6f