summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRye <rye@lindenlab.com>2025-01-21 01:18:03 -0500
committerRye <rye@lindenlab.com>2025-02-11 05:04:04 -0500
commit94a44426601a2cada343f7a211ea5a9a742982ef (patch)
tree6bafed87b45a80d385bb173b4b6d663484815371
parenta80f2ba9a3bc475f618646ccb3600c08e0055734 (diff)
Enable OpenAL by default
-rw-r--r--indra/cmake/OPENAL.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/OPENAL.cmake b/indra/cmake/OPENAL.cmake
index 347dd02cd7..0a7529c6c3 100644
--- a/indra/cmake/OPENAL.cmake
+++ b/indra/cmake/OPENAL.cmake
@@ -8,7 +8,7 @@ include_guard()
# to have memory leaks, has no option to play music streams
# It probably makes sense to to completely remove it
-set(USE_OPENAL OFF CACHE BOOL "Enable OpenAL")
+set(USE_OPENAL ON CACHE BOOL "Enable OpenAL")
# ND: To streamline arguments passed, switch from OPENAL to USE_OPENAL
# To not break all old build scripts convert old arguments but warn about it
if(OPENAL)