mirror of
https://github.com/halpz/re3.git
synced 2026-06-22 11:04:30 +00:00
Disable opus in conan file as default option
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user