Remove hosted libid3tag & libmad
git-svn-id: https://svn.musicpd.org/mpd/trunk@4369 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
@@ -21,18 +21,12 @@
|
||||
#ifdef HAVE_MAD
|
||||
|
||||
#include "../pcm_utils.h"
|
||||
#ifdef USE_MPD_MAD
|
||||
#include "../libmad/mad.h"
|
||||
#else
|
||||
#include <mad.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_ID3TAG
|
||||
#ifdef USE_MPD_ID3TAG
|
||||
#include "../libid3tag/id3tag.h"
|
||||
#else
|
||||
#include <id3tag.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include "../log.h"
|
||||
#include "../utils.h"
|
||||
#include "../replayGain.h"
|
||||
|
||||
Reference in New Issue
Block a user