Disable opus in conan file as default option

This commit is contained in:
shfil 2021-01-12 23:41:11 +01:00 committed by GitHub
parent ad1d0ffc5a
commit 461e9fe5c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,