]> git.sesse.net Git - vlc/blob - extras/contrib/src/Patches/taglib-static.patch
contrib: bump taglib to 1.6.3 and update patches.
[vlc] / extras / contrib / src / Patches / taglib-static.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(TAGLIB_STATIC) && (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  #elif defined(__GNUC__) && (__GNUC__ > 4 || __GNUC__ == 4 && __GNUC_MINOR__ >= 1)
15  #define TAGLIB_EXPORT __attribute__ ((visibility("default")))