revive GP2X build, update
[picodrive.git] / platform / gp2x / code940 / 940shared.h
index 5797260..6f12a32 100644 (file)
@@ -1,5 +1,4 @@
 #include "../../../pico/sound/ym2612.h"\r
-#include "../../common/helix/pub/mp3dec.h"\r
 \r
 // max 16 jobs, lower num means higher prio\r
 enum _940_job_t {\r
@@ -20,7 +19,7 @@ enum _940_job_t {
 typedef struct\r
 {\r
        YM2612  ym2612;                         /* current state of the emulated YM2612 */\r
-       HMP3Decoder mp3dec;                     /* mp3 decoder's handle */\r
+       void    *mp3dec;                        /* mp3 decoder's handle */\r
        int     ym_buffer[44100/50*2];          /* this is where the YM2612 samples will be mixed to */\r
        short   mp3_buffer[2][1152*2];          /* buffers for mp3 decoder's output */\r
 } _940_data_t;\r