diff options
author | François Andriot <[email protected]> | 2015-10-15 04:42:48 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2015-10-15 04:43:49 +0200 |
commit | cf18d66ac5c3904f3f932848f761ec5d103a470c (patch) | |
tree | 3e240ef577e25f7547322734a60452dbe92ffa53 /CMakeLists.txt | |
parent | 386d5647da414c477f7f045c2850bfb1854e2302 (diff) | |
download | akode-cf18d66ac5c3904f3f932848f761ec5d103a470c.tar.gz akode-cf18d66ac5c3904f3f932848f761ec5d103a470c.zip |
Add pulseaudio support
[taken from Fedora patches]
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f8e2d94..df5b7ea 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -49,7 +49,7 @@ OPTION( WITH_LIBLTDL "Build with libltdl" ${WITH_ALL_OPTIONS} ) OPTION( WITH_ALSA_SINK "Build with alsa sink" ${WITH_ALL_OPTIONS} ) OPTION( WITH_JACK_SINK "Build with jack sink" ${WITH_ALL_OPTIONS} ) -OPTION( WITH_POLYP_SINK "Build with polyp sink" OFF ) +OPTION( WITH_PULSE_SINK "Build with pulseaudio sink" OFF ) OPTION( WITH_OSS_SINK "Build with oss sink" ${WITH_ALL_OPTIONS} ) OPTION( WITH_SUN_SINK "Build with sun sink" OFF ) |