mirror of
https://gitlab.com/skmp/dca3-game.git
synced 2025-09-03 11:42:41 +02:00
Disable opus in conan file as default option
This commit is contained in:
@@ -19,7 +19,7 @@ class Re3Conan(ConanFile):
|
|||||||
default_options = {
|
default_options = {
|
||||||
"audio": "openal",
|
"audio": "openal",
|
||||||
"with_libsndfile": False,
|
"with_libsndfile": False,
|
||||||
"with_opus": True,
|
"with_opus": False,
|
||||||
# "libsndfile:with_external_libs": False,
|
# "libsndfile:with_external_libs": False,
|
||||||
# "mpg123:flexible_resampling": False,
|
# "mpg123:flexible_resampling": False,
|
||||||
# "mpg123:network": False,
|
# "mpg123:network": False,
|
||||||
|
Reference in New Issue
Block a user