summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorsimon <none@none>2013-08-01 16:18:39 -0700
committersimon <none@none>2013-08-01 16:18:39 -0700
commit9f60fc46e2454bb5d711ba6d136e2cd47ba2b8eb (patch)
tree96b28c16d9d9ac795c9f75145b7c95334e9b5b5e /indra
parentdaa98bf1cfc8662ffe6a1df16a6b1aa1cf87d373 (diff)
parent2c5b265e3988c3d3f036ec9df6bd18bf86fc84f8 (diff)
Merge
Diffstat (limited to 'indra')
-rw-r--r--indra/llaudio/llstreamingaudio_fmodex.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llaudio/llstreamingaudio_fmodex.cpp b/indra/llaudio/llstreamingaudio_fmodex.cpp
index 42f30aa1c4..266fa2f57b 100644
--- a/indra/llaudio/llstreamingaudio_fmodex.cpp
+++ b/indra/llaudio/llstreamingaudio_fmodex.cpp
@@ -310,7 +310,7 @@ LLAudioStreamManagerFMODEX::LLAudioStreamManagerFMODEX(FMOD::System *system, con
{
mInternetStreamURL = url;
- FMOD_RESULT result = mSystem->createStream(url.c_str(), FMOD_2D | FMOD_NONBLOCKING | FMOD_IGNORETAGS, 0, &mInternetStream);
+ FMOD_RESULT result = mSystem->createStream(url.c_str(), FMOD_2D | FMOD_NONBLOCKING | FMOD_MPEGSEARCH | FMOD_IGNORETAGS, 0, &mInternetStream);
if (result!= FMOD_OK)
{