1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-01 03:40:43 +00:00

FreeBSD hack

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6378 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nexus 2002-06-10 15:38:20 +00:00
parent 68cf96568f
commit d1a44c5e09

View File

@ -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);