mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-02 05:51:29 +00:00
oslibs, codecs: updated libxmp builds from the latest code in git.
This commit is contained in:
parent
7b641b7456
commit
e90f5318f6
6 changed files with 6 additions and 6 deletions
|
@ -9,11 +9,11 @@
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define XMP_VERSION "4.5.0"
|
#define XMP_VERSION "4.5.1"
|
||||||
#define XMP_VERCODE 0x040500
|
#define XMP_VERCODE 0x040501
|
||||||
#define XMP_VER_MAJOR 4
|
#define XMP_VER_MAJOR 4
|
||||||
#define XMP_VER_MINOR 5
|
#define XMP_VER_MINOR 5
|
||||||
#define XMP_VER_RELEASE 0
|
#define XMP_VER_RELEASE 1
|
||||||
|
|
||||||
#if defined(_WIN32) && !defined(__CYGWIN__)
|
#if defined(_WIN32) && !defined(__CYGWIN__)
|
||||||
# if defined(BUILDING_STATIC)
|
# if defined(BUILDING_STATIC)
|
||||||
|
|
Binary file not shown.
|
@ -9,11 +9,11 @@
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define XMP_VERSION "4.5.0"
|
#define XMP_VERSION "4.5.1"
|
||||||
#define XMP_VERCODE 0x040500
|
#define XMP_VERCODE 0x040501
|
||||||
#define XMP_VER_MAJOR 4
|
#define XMP_VER_MAJOR 4
|
||||||
#define XMP_VER_MINOR 5
|
#define XMP_VER_MINOR 5
|
||||||
#define XMP_VER_RELEASE 0
|
#define XMP_VER_RELEASE 1
|
||||||
|
|
||||||
#if defined(_WIN32) && !defined(__CYGWIN__)
|
#if defined(_WIN32) && !defined(__CYGWIN__)
|
||||||
# if defined(BUILDING_STATIC)
|
# if defined(BUILDING_STATIC)
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue