Revert "mpd: revamped to event-driven, single-threaded"

This commit is contained in:
Alex
2020-10-18 10:45:31 +02:00
committed by GitHub
parent 41752ad5a2
commit 54beabb9dc
8 changed files with 188 additions and 736 deletions

View File

@ -37,7 +37,7 @@
#include "modules/pulseaudio.hpp"
#endif
#ifdef HAVE_LIBMPDCLIENT
#include "modules/mpd/mpd.hpp"
#include "modules/mpd.hpp"
#endif
#ifdef HAVE_LIBSNDIO
#include "modules/sndio.hpp"