Skip to content
Snippets Groups Projects
  1. Jun 16, 2023
  2. Jul 09, 2022
  3. Jul 06, 2022
  4. Jul 01, 2022
  5. Oct 28, 2020
  6. Aug 22, 2020
  7. Apr 26, 2020
  8. Apr 10, 2019
  9. May 04, 2018
  10. Mar 21, 2018
  11. Dec 07, 2017
  12. Nov 16, 2017
  13. Nov 07, 2017
  14. May 01, 2017
  15. Mar 27, 2017
  16. Nov 05, 2016
  17. Oct 28, 2016
  18. Sep 03, 2016
  19. Sep 01, 2016
  20. Jul 08, 2016
  21. Jul 06, 2016
  22. Apr 20, 2016
    • Daniel Verkamp's avatar
      win32: only use dllexport when building DLL · 6e961737
      Daniel Verkamp authored
      If building a static library, marking symbols as dllexport causes them
      to be exported from the final executable. For example, run
      objdump -x opus_demo.exe on a --disabled-shared build and look for the
      export table; there should not be one in a normal Win32 .exe file, but
      when linking static libopus, the exe exports all of the opus_* public
      functions.
      
      Use the libtool-defined DLL_EXPORT flag to determine whether we are
      building a DLL and only specify __declspec(dllexport) in that case.
      6e961737
  23. Jan 08, 2016
  24. Oct 23, 2015
  25. Jun 23, 2015
  26. Feb 20, 2015
  27. Dec 20, 2014
Loading