diff options
author | Mike Melanson <mike@multimedia.cx> | 2002-10-12 19:12:49 +0000 |
---|---|---|
committer | Mike Melanson <mike@multimedia.cx> | 2002-10-12 19:12:49 +0000 |
commit | 6ee61bb4ea8022317eeb63751265c0e5744aeda1 (patch) | |
tree | 2fd5a8018f5ef999f0f35d428bf568c7e37d5509 /src/libxineadec/gsm610/unproto.h | |
parent | 06111f4d32c4dbfbc1186f1a75aa9352a5b037da (diff) | |
download | xine-lib-6ee61bb4ea8022317eeb63751265c0e5744aeda1.tar.gz xine-lib-6ee61bb4ea8022317eeb63751265c0e5744aeda1.tar.bz2 |
added GSM 6.10 audio decoder
CVS patchset: 2817
CVS date: 2002/10/12 19:12:49
Diffstat (limited to 'src/libxineadec/gsm610/unproto.h')
-rw-r--r-- | src/libxineadec/gsm610/unproto.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/libxineadec/gsm610/unproto.h b/src/libxineadec/gsm610/unproto.h new file mode 100644 index 000000000..f49530c22 --- /dev/null +++ b/src/libxineadec/gsm610/unproto.h @@ -0,0 +1,23 @@ +/* + * Copyright 1992 by Jutta Degener and Carsten Bormann, Technische + * Universitaet Berlin. See the accompanying file "COPYRIGHT" for + * details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. + */ + +/*$Header: /nfshome/cvs/xine-lib/src/libxineadec/gsm610/unproto.h,v 1.1 2002/10/12 19:12:49 tmmm Exp $*/ + +#ifdef PROTO_H /* sic */ +#undef PROTO_H + +#undef P +#undef P0 +#undef P1 +#undef P2 +#undef P3 +#undef P4 +#undef P5 +#undef P6 +#undef P7 +#undef P8 + +#endif /* PROTO_H */ |