diff options
author | Max Kellermann <max@duempel.org> | 2014-12-08 18:38:03 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-12-08 22:33:50 +0100 |
commit | 0f1b1bb44d7dfea657116ef7bf1c4d8fd5cbce24 (patch) | |
tree | 946c6e8d78ef9f0de6828428bdcfbbe69b61f1a2 /configure.ac | |
parent | 16f870aa4129e560b4f6cf4a4e4521ee4621e707 (diff) |
configure.ac: add option to disable CUE
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 5f510d22e..addb278ab 100644 --- a/configure.ac +++ b/configure.ac @@ -787,6 +787,12 @@ MPD_ENABLE_AUTO_PKG(mms, MMS, [libmms >= 0.4], [libmms mms:// protocol support], [libmms not found]) dnl --------------------------------------------------------------------------- +dnl Playlist Plugins +dnl --------------------------------------------------------------------------- + +MPD_ARG_ENABLE(cue, CUE, [CUE sheet parser], yes) + +dnl --------------------------------------------------------------------------- dnl Neighbor Plugins dnl --------------------------------------------------------------------------- |