]> git.sesse.net Git - vlc/commitdiff
taglib: fix windows static build
authorRafaël Carré <funman@videolan.org>
Tue, 30 Oct 2012 10:21:02 +0000 (11:21 +0100)
committerRafaël Carré <funman@videolan.org>
Tue, 30 Oct 2012 10:21:02 +0000 (11:21 +0100)
modules/meta_engine/taglib.cpp

index 1a0b0a808a703451773d0897ed56b4616338a6e1..ca16511a41763ef9f523ac47add7077cf09ccdbb 100644 (file)
@@ -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, \