mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 14:42:13 +00:00
MorphOS build fix.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4038 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
cdc66e4dad
commit
8e5035d08a
1 changed files with 2 additions and 0 deletions
|
@ -309,6 +309,7 @@ static ov_callbacks callbacks = {
|
|||
qboolean OV_StartDecode(unsigned char *start, unsigned long length, ovdecoderbuffer_t *buffer)
|
||||
{
|
||||
static qboolean tried;
|
||||
#ifndef __MORPHOS__
|
||||
static dllfunction_t funcs[] =
|
||||
{
|
||||
{(void*)&p_ov_open_callbacks, "ov_open_callbacks"},
|
||||
|
@ -320,6 +321,7 @@ qboolean OV_StartDecode(unsigned char *start, unsigned long length, ovdecoderbuf
|
|||
{(void*)&p_ov_pcm_seek, "ov_pcm_seek"},
|
||||
{NULL}
|
||||
};
|
||||
#endif
|
||||
static void *libhandle;
|
||||
|
||||
if (!oggvorbislibrary && !tried)
|
||||
|
|
Loading…
Reference in a new issue