minidlna/tivo_utils.h
Justin Maggard b74e2d33f3 * Use internal music metadata functions intead of taglib.
1) Taglib does not support MP4 or WMA/ASF without hacking it in there.
  2) Taglib is C++, so it's nice to remove that dependency.
* Use embedded album art where available.
2009-02-25 21:16:51 +00:00

6 lines
88 B
C

#include "config.h"
#ifdef ENABLE_TIVO
char *
decodeString(const char * string);
#endif