summaryrefslogtreecommitdiffstats
path: root/libmpcodecs
diff options
context:
space:
mode:
authornexus <nexus@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-06-10 15:38:20 +0000
committernexus <nexus@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-06-10 15:38:20 +0000
commitd1a44c5e09fd58c63d3adbb459a2dc082db2d09c (patch)
treef1c070f272bc9e4717c5d49eddb1b9e90dc65742 /libmpcodecs
parent68cf96568f8e268b09a3e6adae421adfa16af289 (diff)
downloadmpv-d1a44c5e09fd58c63d3adbb459a2dc082db2d09c.tar.bz2
mpv-d1a44c5e09fd58c63d3adbb459a2dc082db2d09c.tar.xz
FreeBSD hack
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6378 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs')
-rw-r--r--libmpcodecs/ad_real.c3
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);