configure.ac: add option to disable CUE

This commit is contained in:
Max Kellermann
2014-12-08 18:38:03 +01:00
parent 16f870aa41
commit 0f1b1bb44d
3 changed files with 17 additions and 5 deletions

View File

@@ -57,8 +57,10 @@ const struct playlist_plugin *const playlist_plugins[] = {
#ifdef ENABLE_SOUNDCLOUD
&soundcloud_playlist_plugin,
#endif
#ifdef ENABLE_CUE
&cue_playlist_plugin,
&embcue_playlist_plugin,
#endif
nullptr
};