revive GP2X build, update

This commit is contained in:
notaz 2013-08-23 03:09:53 +03:00
parent 8b78786e0f
commit 75a30842c4
35 changed files with 757 additions and 2592 deletions

View file

@ -9,7 +9,7 @@
#include <stdio.h>
#include "mp3.h"
int mp3dec_start(void)
int mp3dec_start(FILE *f, int fpos_start)
{
return -1;
}