diff options
author | nexus <nexus@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-06-10 15:38:20 +0000 |
---|---|---|
committer | nexus <nexus@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-06-10 15:38:20 +0000 |
commit | d1a44c5e09fd58c63d3adbb459a2dc082db2d09c (patch) | |
tree | f1c070f272bc9e4717c5d49eddb1b9e90dc65742 /libmpcodecs/ad_real.c | |
parent | 68cf96568f8e268b09a3e6adae421adfa16af289 (diff) |
FreeBSD hack
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6378 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs/ad_real.c')
-rw-r--r-- | libmpcodecs/ad_real.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libmpcodecs/ad_real.c b/libmpcodecs/ad_real.c index 7c7f84584a..9fe756a81c 100644 --- a/libmpcodecs/ad_real.c +++ b/libmpcodecs/ad_real.c @@ -31,6 +31,9 @@ void *__builtin_new(unsigned long size) { return malloc(size); } +#ifdef __FreeBSD__ +void* __ctype_b=NULL; +#endif static ulong (*raCloseCodec)(ulong); static ulong (*raDecode)(ulong,ulong,ulong,ulong,ulong,ulong); |