Mercurial > mplayer.hg
changeset 6377:203128bcc6be
FreeBSD hack
author | nexus |
---|---|
date | Mon, 10 Jun 2002 15:38:20 +0000 |
parents | e3c74c01a3a2 |
children | 64a828f1872b |
files | libmpcodecs/ad_real.c |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpcodecs/ad_real.c Mon Jun 10 14:52:44 2002 +0000 +++ b/libmpcodecs/ad_real.c Mon Jun 10 15:38:20 2002 +0000 @@ -31,6 +31,9 @@ return malloc(size); } +#ifdef __FreeBSD__ +void* __ctype_b=NULL; +#endif static ulong (*raCloseCodec)(ulong); static ulong (*raDecode)(ulong,ulong,ulong,ulong,ulong,ulong);