From 30ec416969ed6fa4fa8a99680ad45a613e6cb38b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 12 Mar 2016 18:04:48 +0100 Subject: cmake: Musicbrainz support set by default to off MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit 9e87d8490c572a7671cf97b76f78ea915749b888) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7f65708..44e6c23 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -45,7 +45,7 @@ tde_setup_paths( ) option( WITH_ALL_OPTIONS "Enable all sane supported options" OFF ) option( WITH_LIBDVDREAD "Enable support for libdvdread" ${WITH_ALL_OPTIONS} ) -option( WITH_MUSICBRAINZ "Enable Musicbrainz support" ${WITH_ALL_OPTIONS} ) +option( WITH_MUSICBRAINZ "Enable Musicbrainz support" OFF ) option( WITH_SYSTEM_LIBSAMPLERATE "Use system libsamplerate instead of bundled one" ON ) option( WITH_HAL "Enable hal support" OFF ) -- cgit v1.2.3