Configure needs AS to be set for the Makefiles.
[mplayer/glamo.git] / libmpcodecs / native / xa_gsm.h
blobda577a4df1b39831cf21016f8484a7cc4c9c7942
1 #ifndef MPLAYER_XA_GSM_H
2 #define MPLAYER_XA_GSM_H
4 void XA_MSGSM_Decoder(unsigned char *ibuf,unsigned short *obuf);
5 void XA_GSM_Decoder(unsigned char *ibuf,unsigned short *obuf);
6 void GSM_Init(void);
8 #endif /* MPLAYER_XA_GSM_H */