Rename mpd source folder to mpd-interface to help build errors when libmpdclient(?) is also installed.

BUG: 650
This commit is contained in:
craig.p.drummond
2015-03-16 19:18:52 +00:00
committed by craig.p.drummond
parent acc0bfb44a
commit 93b70ec240
145 changed files with 169 additions and 166 deletions

View File

@@ -28,7 +28,7 @@
#ifdef ENABLE_ONLINE_SERVICES
#include "onlineview.h"
#endif
#include "mpd/song.h"
#include "mpd-interface/song.h"
#include "support/utils.h"
#include "gui/covers.h"
#include "network/networkaccessmanager.h"