summaryrefslogtreecommitdiff
path: root/indra/llaudio
diff options
context:
space:
mode:
authorMartin Reddy <lynx@lindenlab.com>2009-09-04 17:05:31 +0000
committerMartin Reddy <lynx@lindenlab.com>2009-09-04 17:05:31 +0000
commitf929ec2d64155fd2921fb8e0cd13a59b5552b1bc (patch)
tree306a2317a04616d64b4125b3d6f37ff3f992fe00 /indra/llaudio
parent92cccb9790900d60f6dcd6f47b49270212adcc92 (diff)
Fixed the Linux build of viewer-2.0.0-3.
- Updated linux_updater for new LLStringUtil::getTokens() signature - Ignore compiler warning for string constants not being referred to as const in fmod_error.h Fix for DEV-39457. Reviewed by moss.
Diffstat (limited to 'indra/llaudio')
-rw-r--r--indra/llaudio/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llaudio/CMakeLists.txt b/indra/llaudio/CMakeLists.txt
index 80245fd569..9e9e1aaeae 100644
--- a/indra/llaudio/CMakeLists.txt
+++ b/indra/llaudio/CMakeLists.txt
@@ -62,7 +62,8 @@ if (FMOD)
if (LINUX)
if (${CXX_VERSION} MATCHES "4.[23]")
set_source_files_properties(llaudioengine_fmod.cpp
- COMPILE_FLAGS -Wno-error=write-strings)
+ llstreamingaudio_fmod.cpp
+ COMPILE_FLAGS -Wno-write-strings)
endif (${CXX_VERSION} MATCHES "4.[23]")
endif (LINUX)
endif (FMOD)