X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fcommon%2Fmp3.h;fp=platform%2Fgp2x%2Fmp3.h;h=aef65ff3504aa249515672a9187829a64e3cdfa8;hb=da42200b24749eee63cccf49d87781b861146e9f;hp=022d89c88c57d1bf011a19e616087eaed015cfd4;hpb=a8869ad1e809e6cacd6141fa7e9c86d349b0c0be;p=picodrive.git diff --git a/platform/gp2x/mp3.h b/platform/common/mp3.h similarity index 79% rename from platform/gp2x/mp3.h rename to platform/common/mp3.h index 022d89c..aef65ff 100644 --- a/platform/gp2x/mp3.h +++ b/platform/common/mp3.h @@ -1,4 +1,6 @@ +#ifdef __GP2X__ void mp3_update_local(int *buffer, int length, int stereo); void mp3_start_local(void); +#endif