mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-22 09:09:15 +01:00
Disable opus for now (as default option)
This commit is contained in:
parent
48ce6151f9
commit
11ecab3ca1
@ -11,7 +11,7 @@ endif()
|
|||||||
|
|
||||||
set(RE3_AUDIO "OAL" CACHE STRING "Audio")
|
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)
|
option(RE3_WITH_LIBSNDFILE "Build re3 with libsndfile (instead of internal decoder)" OFF)
|
||||||
|
|
||||||
set_property(CACHE RE3_AUDIO PROPERTY STRINGS ${RE3_AUDIOS})
|
set_property(CACHE RE3_AUDIO PROPERTY STRINGS ${RE3_AUDIOS})
|
||||||
|
Loading…
Reference in New Issue
Block a user