OpenMPT.txt 549 B

12345678910
  1. libopus library version 1.3.1.
  2. The following changes have been made:
  3. - Obviously, unnecessary folders and files have been removed.
  4. - win32/version.h got added.
  5. - config.h has been fixed to support Clang/LLVM for Windows.
  6. - OpenMPT modifications are marked with "// OpenMPT".
  7. - celt/x86/vq_sse2.c has been modified to check for OPUS_X86_MAY_HAVE_SSE2.
  8. - silk/x86/*sse4_1.c has been modified to check for OPUS_X86_MAY_HAVE_SSE4_1.
  9. - For building, premake is used to generate Visual Studio project files.
  10. See ../build/premake/ for details.