split out more asm from build, disable is on iOS (for now?)
[picodrive.git] / platform / common / mp3.h
... / ...
CommitLineData
1
2int mp3_find_sync_word(const unsigned char *buf, int size);
3
4#ifdef __GP2X__
5void mp3_update_local(int *buffer, int length, int stereo);
6void mp3_start_play_local(void *f, int pos);
7#endif
8