annotate libmpcodecs/native/xa_gsm.h @ 26019:dfdf201e62cc

Replace Alpha MVI compiler workarounds by a proper configure check.
author diego
date Thu, 21 Feb 2008 16:47:05 +0000
parents 58ff364dc851
children 4129c8cfa742
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
25867
58ff364dc851 Add multiple inclusion guards.
diego
parents: 17566
diff changeset
1 #ifndef XA_GSM_H
58ff364dc851 Add multiple inclusion guards.
diego
parents: 17566
diff changeset
2 #define 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
25867
58ff364dc851 Add multiple inclusion guards.
diego
parents: 17566
diff changeset
8 #endif /* XA_GSM_H */