add CI for GP2X also

no helix as it has (had?) weird license IIRC
This commit is contained in:
notaz 2023-06-14 23:47:26 +03:00 committed by irixxxx
parent 842f4e44d4
commit 8013663ec2
3 changed files with 28 additions and 3 deletions

View file

@ -16,6 +16,10 @@
#define _wfopen_s(p,m) NULL
#define _wfopen(p,m) NULL
#endif
#ifdef __GP2X__
#define mp3dec_decode _mp3dec_decode
#define mp3dec_start _mp3dec_start
#endif
#define DR_MP3_IMPLEMENTATION
#include "dr_libs/dr_mp3.h"
#include "mp3.h"