Disabled loading of SDL output plugin for FMOD Ex on OS X

Long path to executable file corrupts stack inside FMOD library
This plugin is not being built for OS X, output through CoreAudio works just fine
This commit is contained in:
alexey.lysiuk 2015-09-18 10:53:46 +03:00
parent fd2c17e5f8
commit 621116a289
1 changed files with 1 additions and 1 deletions

View File

@ -771,7 +771,7 @@ bool FMODSoundRenderer::Init()
}
#endif
#ifndef _WIN32
#if !defined _WIN32 && !defined __APPLE__
// Try to load SDL output plugin
result = Sys->setPluginPath(progdir); // Should we really look for it in the program directory?
result = Sys->loadPlugin("liboutput_sdl.so", &OutputPlugin);