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.

24 lines
650B

  1. --- opus-static-1.3.1.orig/include/opus_defines.h
  2. +++ opus-static-1.3.1/include/opus_defines.h
  3. @@ -63,19 +63,7 @@ extern "C" {
  4. /** @cond OPUS_INTERNAL_DOC */
  5. /**Export control for opus functions */
  6. -#ifndef OPUS_EXPORT
  7. -# if defined(WIN32)
  8. -# if defined(OPUS_BUILD) && defined(DLL_EXPORT)
  9. -# define OPUS_EXPORT __declspec(dllexport)
  10. -# else
  11. -# define OPUS_EXPORT
  12. -# endif
  13. -# elif defined(__GNUC__) && defined(OPUS_BUILD)
  14. -# define OPUS_EXPORT __attribute__ ((visibility ("default")))
  15. -# else
  16. -# define OPUS_EXPORT
  17. -# endif
  18. -#endif
  19. +#define OPUS_EXPORT
  20. # if !defined(OPUS_GNUC_PREREQ)
  21. # if defined(__GNUC__)&&defined(__GNUC_MINOR__)