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:
parent
68cf96568f
commit
d1a44c5e09
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user