Skip to content
Snippets Groups Projects
Commit ce007b12 authored by David Parks's avatar David Parks
Browse files

Fix for linux build

parent 6b0fe325
No related branches found
No related tags found
No related merge requests found
...@@ -690,7 +690,7 @@ BOOL LLAudioDecodeMgr::addDecodeRequest(const LLUUID &uuid) ...@@ -690,7 +690,7 @@ BOOL LLAudioDecodeMgr::addDecodeRequest(const LLUUID &uuid)
return FALSE; return FALSE;
} }
#if LL_DARWIN #if LL_DARWIN || LL_LINUX
// HACK: to fool the compiler into not emitting unused warnings. // HACK: to fool the compiler into not emitting unused warnings.
namespace { namespace {
const ov_callbacks callback_array[4] = {OV_CALLBACKS_DEFAULT, OV_CALLBACKS_NOCLOSE, OV_CALLBACKS_STREAMONLY, const ov_callbacks callback_array[4] = {OV_CALLBACKS_DEFAULT, OV_CALLBACKS_NOCLOSE, OV_CALLBACKS_STREAMONLY,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment