Browse Source

ifdef out mpg123 code not used by miles

cxgeorge 24 years ago
parent
commit
2ba3c5fe05
1 changed files with 3 additions and 0 deletions
  1. 3 0
      panda/src/audiotraits/audio_load_mp3.cxx

+ 3 - 0
panda/src/audiotraits/audio_load_mp3.cxx

@@ -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