aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorFilip Gawin <filip.gawin@zoho.com>2021-01-12 21:38:55 +0100
committershfil <filip.gawin@zoho.com>2021-01-12 21:47:19 +0100
commit11ecab3ca14b642b8f5faff46cc744b979cd41d9 (patch)
tree3dd2dfc96cd25cfe9c926be010279f3f9c96c702 /CMakeLists.txt
parent48ce6151f919d14731cfa79c1b814786b123a80b (diff)
Disable opus for now (as default option)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 665b85e5..df31a704 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,7 +11,7 @@ endif()
set(RE3_AUDIO "OAL" CACHE STRING "Audio")
-option(RE3_WITH_OPUS "Build re3 with opus support" ON)
+option(RE3_WITH_OPUS "Build re3 with opus support" OFF)
option(RE3_WITH_LIBSNDFILE "Build re3 with libsndfile (instead of internal decoder)" OFF)
set_property(CACHE RE3_AUDIO PROPERTY STRINGS ${RE3_AUDIOS})