From 28c3886eff767e14df2b01256d4869fcd182385e Mon Sep 17 00:00:00 2001 From: Nicky Date: Mon, 7 Oct 2013 17:44:19 +0200 Subject: [PATCH] Compile fix for GCC, cannot construct an LLSD object with NULL. --- indra/llaudio/llstreamingaudio_fmodex.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/indra/llaudio/llstreamingaudio_fmodex.cpp b/indra/llaudio/llstreamingaudio_fmodex.cpp index f511b48635..9d8122ab52 100644 --- a/indra/llaudio/llstreamingaudio_fmodex.cpp +++ b/indra/llaudio/llstreamingaudio_fmodex.cpp @@ -75,10 +75,7 @@ LLStreamingAudio_FMODEX::LLStreamingAudio_FMODEX(FMOD::System *system) : mSystem(system), mCurrentInternetStreamp(NULL), mFMODInternetStreamChannelp(NULL), - mGain(1.0f), -// Streamtitle display - mMetadata(NULL) -// Streamtitle display + mGain(1.0f) { // Number of milliseconds of audio to buffer for the audio card. // Must be larger than the usual Second Life frame stutter time.