Commit 2b004056 authored by Rafaël Carré's avatar Rafaël Carré

taglib: fix windows static build

parent fbe00443
......@@ -47,6 +47,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