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

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,