Commit 304b08cc authored by Rafaël Carré's avatar Rafaël Carré

taglib: fix windows static build

(cherry picked from commit 2b004056c340aba439ea497449b823629d906264)
Signed-off-by: default avatarRafaël Carré <funman@videolan.org>
parent c8ab67f3
......@@ -42,6 +42,9 @@
// Taglib headers
#ifdef WIN32
# define TAGLIB_STATIC
#endif
#include <taglib.h>
#define VERSION_INT(a, b, c) ((a)<<16 | (b)<<8 | (c))
#define TAGLIB_VERSION VERSION_INT(TAGLIB_MAJOR_VERSION, \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment