recompile libmikmod using latest stable 3.3.6 release

git-svn-id: http://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@915 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
sezero 2014-05-17 09:40:16 +00:00
parent 11d5985327
commit ed18fc95eb
7 changed files with 10 additions and 6 deletions

View File

@ -68,7 +68,7 @@ extern "C" {
#define LIBMIKMOD_VERSION_MAJOR 3L
#define LIBMIKMOD_VERSION_MINOR 3L
#define LIBMIKMOD_REVISION 5L
#define LIBMIKMOD_REVISION 6L
#define LIBMIKMOD_VERSION \
((LIBMIKMOD_VERSION_MAJOR<<16)| \
@ -790,10 +790,12 @@ MIKMODAPI extern struct MDRIVER drv_win; /* Win32 multimedia API driver */
MIKMODAPI extern struct MDRIVER drv_mac; /* Macintosh Sound Manager driver */
MIKMODAPI extern struct MDRIVER drv_osx; /* MacOS X CoreAudio Driver */
MIKMODAPI extern struct MDRIVER drv_dc; /* Dreamcast driver */
MIKMODAPI extern struct MDRIVER drv_gp32; /* GP32 Sound driver */
MIKMODAPI extern struct MDRIVER drv_wss; /* DOS WSS driver */
MIKMODAPI extern struct MDRIVER drv_sb; /* DOS SB driver */
MIKMODAPI extern struct MDRIVER drv_sb; /* DOS S/B driver */
/*========== Virtual channel mixer interface (for user-supplied drivers only) */

View File

@ -1,4 +1,4 @@
libmikmod-3.3.5
libmikmod-3.3.6
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.

View File

@ -68,7 +68,7 @@ extern "C" {
#define LIBMIKMOD_VERSION_MAJOR 3L
#define LIBMIKMOD_VERSION_MINOR 3L
#define LIBMIKMOD_REVISION 5L
#define LIBMIKMOD_REVISION 6L
#define LIBMIKMOD_VERSION \
((LIBMIKMOD_VERSION_MAJOR<<16)| \
@ -790,10 +790,12 @@ MIKMODAPI extern struct MDRIVER drv_win; /* Win32 multimedia API driver */
MIKMODAPI extern struct MDRIVER drv_mac; /* Macintosh Sound Manager driver */
MIKMODAPI extern struct MDRIVER drv_osx; /* MacOS X CoreAudio Driver */
MIKMODAPI extern struct MDRIVER drv_dc; /* Dreamcast driver */
MIKMODAPI extern struct MDRIVER drv_gp32; /* GP32 Sound driver */
MIKMODAPI extern struct MDRIVER drv_wss; /* DOS WSS driver */
MIKMODAPI extern struct MDRIVER drv_sb; /* DOS SB driver */
MIKMODAPI extern struct MDRIVER drv_sb; /* DOS S/B driver */
/*========== Virtual channel mixer interface (for user-supplied drivers only) */

View File

@ -1,4 +1,4 @@
libmikmod-3.3.5
libmikmod-3.3.6
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.