drop libmpd dependency in favor of its own libmpdclient wrapper

This commit is contained in:
unknown
2008-08-17 21:23:21 +02:00
parent 7a6bd17396
commit 1c2ef6fc6a
12 changed files with 3772 additions and 389 deletions

View File

@@ -44,7 +44,7 @@ const bool UNICODE = 0;
# include "tag.h"
#endif
#include "libmpd/libmpd.h"
#include "libmpdclient.h"
#include <clocale>
#include <ctime>