External, Non-PPA KXStudio Repository
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

55 lines
1.2KB

  1. --- flac-static-1.3.3.orig/include/FLAC++/export.h
  2. +++ flac-static-1.3.3/include/FLAC++/export.h
  3. @@ -56,24 +56,8 @@
  4. * \{
  5. */
  6. -#if defined(FLAC__NO_DLL)
  7. #define FLACPP_API
  8. -#elif defined(_MSC_VER)
  9. -#ifdef FLACPP_API_EXPORTS
  10. -#define FLACPP_API __declspec(dllexport)
  11. -#else
  12. -#define FLACPP_API __declspec(dllimport)
  13. -#endif
  14. -
  15. -#elif defined(FLAC__USE_VISIBILITY_ATTR)
  16. -#define FLACPP_API __attribute__ ((visibility ("default")))
  17. -
  18. -#else
  19. -#define FLACPP_API
  20. -
  21. -#endif
  22. -
  23. /* These #defines will mirror the libtool-based library version number, see
  24. * http://www.gnu.org/software/libtool/manual/libtool.html#Libtool-versioning
  25. */
  26. --- flac-static-1.3.3.orig/include/FLAC/export.h
  27. +++ flac-static-1.3.3/include/FLAC/export.h
  28. @@ -56,24 +56,8 @@
  29. * \{
  30. */
  31. -#if defined(FLAC__NO_DLL)
  32. #define FLAC_API
  33. -#elif defined(_MSC_VER)
  34. -#ifdef FLAC_API_EXPORTS
  35. -#define FLAC_API __declspec(dllexport)
  36. -#else
  37. -#define FLAC_API __declspec(dllimport)
  38. -#endif
  39. -
  40. -#elif defined(FLAC__USE_VISIBILITY_ATTR)
  41. -#define FLAC_API __attribute__ ((visibility ("default")))
  42. -
  43. -#else
  44. -#define FLAC_API
  45. -
  46. -#endif
  47. -
  48. /** These #defines will mirror the libtool-based library version number, see
  49. * http://www.gnu.org/software/libtool/manual/libtool.html#Libtool-versioning
  50. */