From 2df29630db7ab26bb1d50d247bd3cd11e6055211 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 13 Jul 2009 11:04:40 +0000 Subject: added cygwin patches (yselkowitz AT gmail.com) git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1024 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Output/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/plugins/Output/CMakeLists.txt') diff --git a/src/plugins/Output/CMakeLists.txt b/src/plugins/Output/CMakeLists.txt index 9bd11aea8..bf04f3b47 100644 --- a/src/plugins/Output/CMakeLists.txt +++ b/src/plugins/Output/CMakeLists.txt @@ -2,6 +2,7 @@ SET(USE_ALSA TRUE CACHE BOOL "enable/disable alsa plugin") SET(USE_JACK TRUE CACHE BOOL "enable/disable jack plugin") SET(USE_OSS TRUE CACHE BOOL "enable/disable oss plugin") SET(USE_PULSE TRUE CACHE BOOL "enable/disable pulse audio plugin") +SET(USE_WAVEOUT TRUE CACHE BOOL "enable/disable Win32 waveout plugin") IF(USE_ALSA) add_subdirectory(alsa) @@ -18,3 +19,7 @@ ENDIF(USE_OSS) IF(USE_PULSE) add_subdirectory(pulseaudio) ENDIF(USE_PULSE) + +IF(USE_WAVEOUT) +add_subdirectory(waveout) +ENDIF(USE_WAVEOUT) -- cgit v1.2.3-13-gbd6f