mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-22 00:59:15 +01:00
Disable opus in conan file as default option
This commit is contained in:
parent
ad1d0ffc5a
commit
461e9fe5c2
@ -19,7 +19,7 @@ class Re3Conan(ConanFile):
|
||||
default_options = {
|
||||
"audio": "openal",
|
||||
"with_libsndfile": False,
|
||||
"with_opus": True,
|
||||
"with_opus": False,
|
||||
# "libsndfile:with_external_libs": False,
|
||||
# "mpg123:flexible_resampling": False,
|
||||
# "mpg123:network": False,
|
||||
|
Loading…
Reference in New Issue
Block a user