OpenMPT.txt 1.3 KB

123456789101112131415161718192021
  1. * Portaudio v19.7.0 (2021-04-06)
  2. * `build/msvc/portaudio.def` has been modified. Modifications are marked with
  3. `;OpenMPT`.
  4. * `src/hostapi/dsound/pa_win_ds.c` unconditionally defined `_WIN32_WINNT`.
  5. Only define it if it has not been defined already. Modifications have been
  6. marked with `// OpenMPT`.
  7. * A small modification to portaudio code has been made in
  8. `src/hostapi/wdmks/pa_win_wdmks.c` to facilitate linking against
  9. `strmiids.lib`. Modifications have been marked with `// OpenMPT`.
  10. * `src/os/win/pa_x86_plain_converters.c` has been modified to exclude inline
  11. asm for non-x86 platforms. Modifications have been marked with `// OpenMPT`.
  12. * A couple of unnecessary folders have been omitted in SVN:
  13. bindings, cmake_support, doc, examples, pablio, test, testcvs
  14. * For building, premake is used to generate Visual Studio project files.
  15. See ../build/premake/ for details.
  16. > NOTE: Various versions of the Windows SDK (such as the one provided with
  17. > the VS2008 x64 compiler) do not provide ksguid.lib. To simplify the build
  18. > configuration, PA_WDMKS_NO_KSGUID_LIB is defined in the premake projects
  19. > to always use PortAudio's workaround, regardless of the compiler version
  20. > used.
  21. * Unnecssary files have been removed.