aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2010-11-07 16:12:23 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2010-11-07 16:12:23 +0000
commit0d55d4504e5aedbcde0386d4f18864c1eed9b25d (patch)
tree6516771ba353a49dae7764262b6c01cdb4716882 /CMakeLists.txt
parent8b1fde7fe3f5bfd7584e7ac6915023d837e35641 (diff)
downloadqmmp-0d55d4504e5aedbcde0386d4f18864c1eed9b25d.tar.gz
qmmp-0d55d4504e5aedbcde0386d4f18864c1eed9b25d.tar.bz2
qmmp-0d55d4504e5aedbcde0386d4f18864c1eed9b25d.zip
moved oss4 support to separate plugin, fixed some bugs, updated documentation
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1983 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index fb5248157..c88711d53 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -119,6 +119,7 @@ MESSAGE("")
MESSAGE("Output Plugins:")
PRINT_SUMMARY ("ALSA support ......................" USE_ALSA ALSA_FOUND)
PRINT_SUMMARY ("OSS support ......................." USE_OSS 1)
+PRINT_SUMMARY ("OSS4 support ......................" USE_OSS4 OSS4_FOUND)
PRINT_SUMMARY ("JACK support ......................" USE_JACK JACK_FOUND)
PRINT_SUMMARY ("PulseAudio support ................" USE_PULSE PULSE_FOUND)
PRINT_SUMMARY ("Null output support ..............." USE_NULL 1)