mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 07:21:58 +00:00
oslibs, codecs: rebuilt libmikmod from upstream hg repo.
git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@1335 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
56c2e44b87
commit
334443713a
7 changed files with 8 additions and 8 deletions
|
@ -74,7 +74,7 @@ extern "C" {
|
|||
|
||||
#define LIBMIKMOD_VERSION_MAJOR 3L
|
||||
#define LIBMIKMOD_VERSION_MINOR 3L
|
||||
#define LIBMIKMOD_REVISION 8L
|
||||
#define LIBMIKMOD_REVISION 9L
|
||||
|
||||
#define LIBMIKMOD_VERSION \
|
||||
((LIBMIKMOD_VERSION_MAJOR<<16)| \
|
||||
|
@ -108,7 +108,7 @@ MIKMODAPI extern long MikMod_GetVersion(void);
|
|||
#define _MIKMOD_OS2
|
||||
#endif
|
||||
|
||||
#if defined(__MORPHOS__) || defined(__AROS__) || defined(AMIGA) || defined(__amigaos__) || defined(AMIGAOS)
|
||||
#if defined(__MORPHOS__) || defined(__AROS__) || defined(_AMIGA) || defined(__AMIGA__) || defined(__amigaos__) || defined(AMIGAOS)
|
||||
#include <exec/types.h>
|
||||
#define _MIKMOD_AMIGA
|
||||
#endif
|
||||
|
@ -145,7 +145,7 @@ typedef unsigned short int UWORD;
|
|||
#if defined(_LP64) || defined(__LP64__) || defined(__arch64__) || defined(__alpha) || defined(__x86_64) || defined(__powerpc64__)
|
||||
/* 64 bit architectures: */
|
||||
typedef signed int SLONG;
|
||||
#if !(defined(_WIN32) || defined(__AROS__))
|
||||
#if !(defined(_WIN32) || defined(_MIKMOD_AMIGA))
|
||||
typedef unsigned int ULONG;
|
||||
#endif
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
libmikmod-3.3.8 (mercurial repo as of 2015-02-28)
|
||||
libmikmod-3.3.9 (mercurial repo as of 2016-08-12)
|
||||
only the "nosound" driver (drv_nos) is included, all of
|
||||
the other libmikmod drivers were made "MISSING" drivers.
|
||||
we only need/register/use drv_nos here and nothing else.
|
||||
|
|
Binary file not shown.
|
@ -74,7 +74,7 @@ extern "C" {
|
|||
|
||||
#define LIBMIKMOD_VERSION_MAJOR 3L
|
||||
#define LIBMIKMOD_VERSION_MINOR 3L
|
||||
#define LIBMIKMOD_REVISION 8L
|
||||
#define LIBMIKMOD_REVISION 9L
|
||||
|
||||
#define LIBMIKMOD_VERSION \
|
||||
((LIBMIKMOD_VERSION_MAJOR<<16)| \
|
||||
|
@ -108,7 +108,7 @@ MIKMODAPI extern long MikMod_GetVersion(void);
|
|||
#define _MIKMOD_OS2
|
||||
#endif
|
||||
|
||||
#if defined(__MORPHOS__) || defined(__AROS__) || defined(AMIGA) || defined(__amigaos__) || defined(AMIGAOS)
|
||||
#if defined(__MORPHOS__) || defined(__AROS__) || defined(_AMIGA) || defined(__AMIGA__) || defined(__amigaos__) || defined(AMIGAOS)
|
||||
#include <exec/types.h>
|
||||
#define _MIKMOD_AMIGA
|
||||
#endif
|
||||
|
@ -145,7 +145,7 @@ typedef unsigned short int UWORD;
|
|||
#if defined(_LP64) || defined(__LP64__) || defined(__arch64__) || defined(__alpha) || defined(__x86_64) || defined(__powerpc64__)
|
||||
/* 64 bit architectures: */
|
||||
typedef signed int SLONG;
|
||||
#if !(defined(_WIN32) || defined(__AROS__))
|
||||
#if !(defined(_WIN32) || defined(_MIKMOD_AMIGA))
|
||||
typedef unsigned int ULONG;
|
||||
#endif
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
libmikmod-3.3.8 (mercurial repo as of 2015-02-28)
|
||||
libmikmod-3.3.9 (mercurial repo as of 2016-08-12)
|
||||
only the "nosound" driver (drv_nos) is included, all of
|
||||
the other libmikmod drivers were made "MISSING" drivers.
|
||||
we only need/register/use drv_nos here and nothing else.
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue