diff options
author | Rye Cogtail <rye@lindenlab.com> | 2024-09-30 22:18:54 -0700 |
---|---|---|
committer | Rye <rye@lindenlab.com> | 2024-10-03 14:43:17 -0700 |
commit | bb93375c2ed8ed3eb7eed3105af15a7adf0223b2 (patch) | |
tree | a8f5571b8e76149aba8111057ef500b297180354 /indra/cmake/OPENAL.cmake | |
parent | 8cfcd8e135a03b12ca949e3d3f1217c166355f56 (diff) |
Default OpenAL audio backend on so all build configurations have audio
Diffstat (limited to 'indra/cmake/OPENAL.cmake')
-rw-r--r-- | indra/cmake/OPENAL.cmake | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/indra/cmake/OPENAL.cmake b/indra/cmake/OPENAL.cmake index 347dd02cd7..355907bcf5 100644 --- a/indra/cmake/OPENAL.cmake +++ b/indra/cmake/OPENAL.cmake @@ -4,11 +4,7 @@ include(Prebuilt) include_guard() -# ND: Turn this off by default, the openal code in the viewer isn't very well maintained, seems -# 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) |