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