ifdef out mpg123 code not used by miles

This commit is contained in:
cxgeorge 2001-07-05 18:35:42 +00:00
parent b09877ffb4
commit 2ba3c5fe05
1 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,8 @@
Configure(audio_load_mp3);
#if !(defined(WIN32) && defined(AUDIO_USE_RAD_MSS))
#include <math.h>
extern "C" {
@ -519,6 +521,7 @@ static void read_file(Filename filename, unsigned char** buf,
memcpy(*buf, my_buf.data(), slen);
*/
}
#endif
#ifdef AUDIO_USE_MIKMOD