annotate libmpcodecs/native/xa_gsm.h @ 29195:a49f45515e08

Replace glibc-specific __WORDSIZE preprocessor check with HAVE_FAST_64BIT. The latter is properly set by configure.
author diego
date Sat, 25 Apr 2009 19:09:54 +0000
parents 4129c8cfa742
children bbb6ebec87a0
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
26029
4129c8cfa742 Add MPLAYER_ prefix to multiple inclusion guards.
diego
parents: 25867
diff changeset
1 #ifndef MPLAYER_XA_GSM_H
4129c8cfa742 Add MPLAYER_ prefix to multiple inclusion guards.
diego
parents: 25867
diff changeset
2 #define MPLAYER_XA_GSM_H
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
3
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
4 void XA_MSGSM_Decoder(unsigned char *ibuf,unsigned short *obuf);
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
5 void XA_GSM_Decoder(unsigned char *ibuf,unsigned short *obuf);
17566
f580a7755ac5 Patch by Stefan Huehner / stefan % huehner ! org \
rathann
parents: 5603
diff changeset
6 void GSM_Init(void);
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
7
26029
4129c8cfa742 Add MPLAYER_ prefix to multiple inclusion guards.
diego
parents: 25867
diff changeset
8 #endif /* MPLAYER_XA_GSM_H */