mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-14 17:49:03 +00:00
Disable opus in conan file as default option
This commit is contained in:
parent
ad1d0ffc5a
commit
461e9fe5c2
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue