From 461e9fe5c2c751bf36cfb4d0ab48abbf81434168 Mon Sep 17 00:00:00 2001 From: shfil Date: Tue, 12 Jan 2021 23:41:11 +0100 Subject: [PATCH] Disable opus in conan file as default option --- conanfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conanfile.py b/conanfile.py index f0d63a20..ba7d920b 100644 --- a/conanfile.py +++ b/conanfile.py @@ -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,