]> git.sesse.net Git - vlc/blob - extras/contrib/src/Patches/taglib.patch
Merge branch 'master' of git@git.videolan.org:vlc
[vlc] / extras / contrib / src / Patches / taglib.patch
1 diff -ru taglib-1.5/taglib/taglib_export.h taglib/taglib/taglib_export.h
2 --- taglib-1.5/taglib/taglib_export.h   2008-02-04 15:14:46.000000000 +0000
3 +++ taglib/taglib/taglib_export.h       2008-04-13 18:25:29.000000000 +0100
4 @@ -28,9 +28,9 @@
5  
6  #if defined(_WIN32) || defined(_WIN64)
7  #ifdef MAKE_TAGLIB_LIB
8 -#define TAGLIB_EXPORT __declspec(dllexport)
9 +#define TAGLIB_EXPORT 
10  #else
11 -#define TAGLIB_EXPORT __declspec(dllimport)
12 +#define TAGLIB_EXPORT 
13  #endif
14  #else
15  #define TAGLIB_EXPORT