mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-04-29 09:29:36 +02:00
revive GP2X build, update
This commit is contained in:
@@ -91,7 +91,7 @@ int mp3dec_decode(FILE *f, int *file_pos, int file_len)
|
||||
return 0;
|
||||
}
|
||||
|
||||
int mp3dec_start(void)
|
||||
int mp3dec_start(FILE *f, int fpos_start)
|
||||
{
|
||||
void (*avcodec_register_all)(void);
|
||||
AVCodec *(*avcodec_find_decoder)(enum CodecID id);
|
||||
|
||||
Reference in New Issue
Block a user