OpenMPT.txt 1.1 KB

123456789101112131415161718192021
  1. libmpg123 library version 1.30.2 (2022-08-01).
  2. The following changes have been made:
  3. - ports/makefile/config.h and ports/makefile/mpg123.h have been added for plain
  4. Makefile builds.
  5. - ports/MSVC++/config.h and ports/MSVC++/mpg123.h have been retained from older
  6. versions.
  7. - ports/Xcode/config.h and ports/MSVC++/mpg123.h have been retained from older
  8. versions.
  9. - ports/MSVC++/config.h has been modified to define OFF_MAX.
  10. - ports/MSVC++/mpg123.h has been adjusted to provide mpg123_ssize_t and define
  11. MPG123_NO_LARGENAME.
  12. - ports/Xcode/mpg123.h has been adjusted to provide mpg123_ssize_t and define
  13. MPG123_API_VERSION
  14. - src/libmpg123/mpg123.h.in has been modified to #include <fmt123.h> as
  15. #include "fmt123.h"
  16. - ports/Xcode/config.h has been modified to let the build system set OPT_*
  17. - ports/Xcode/config.h has been modified to #define HAVE_DIRENT_H.
  18. - Modifications are marked by // OpenMPT or /* OpenMPT */.
  19. - Obviously, unnecessary folders and files have been removed.
  20. - For building, premake is used to generate Visual Studio project files.
  21. See ../build/premake/ for details.