From 857144da835c8fc9943d8a395bdfd1ae7eee1e87 Mon Sep 17 00:00:00 2001 From: moritz Date: Tue, 21 Apr 2009 16:47:45 +0000 Subject: [PATCH] Build with TagLib support. (Ticket #1535) git-svn-id: https://svn.xiph.org/trunk/ezstream@15942 0101bb08-14d6-0310-b084-bc0e0c8e3800 --- win32/config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/win32/config.h b/win32/config.h index 849f409..6938772 100644 --- a/win32/config.h +++ b/win32/config.h @@ -14,6 +14,7 @@ #define HAVE__STRTOI64 1 #define HAVE_ICONV 1 +#define HAVE_TAGLIB 1 #define ICONV_CONST #include