diff options
author | Filip Gawin <filip.gawin@zoho.com> | 2021-01-12 21:38:55 +0100 |
---|---|---|
committer | shfil <filip.gawin@zoho.com> | 2021-01-12 21:47:19 +0100 |
commit | 11ecab3ca14b642b8f5faff46cc744b979cd41d9 (patch) | |
tree | 3dd2dfc96cd25cfe9c926be010279f3f9c96c702 /CMakeLists.txt | |
parent | fix building with PED_SKIN (diff) | |
download | re3-11ecab3ca14b642b8f5faff46cc744b979cd41d9.tar re3-11ecab3ca14b642b8f5faff46cc744b979cd41d9.tar.gz re3-11ecab3ca14b642b8f5faff46cc744b979cd41d9.tar.bz2 re3-11ecab3ca14b642b8f5faff46cc744b979cd41d9.tar.lz re3-11ecab3ca14b642b8f5faff46cc744b979cd41d9.tar.xz re3-11ecab3ca14b642b8f5faff46cc744b979cd41d9.tar.zst re3-11ecab3ca14b642b8f5faff46cc744b979cd41d9.zip |
Diffstat (limited to '')
-rw-r--r-- | CMakeLists.txt | 2 |
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}) |