From c977c822d58dd560971284894aee4278a73eb14c Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Fri, 19 Oct 2018 19:13:01 +0200 Subject: [PATCH] Add info about Deezer --- CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2f954e472..964c85643 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -353,6 +353,10 @@ optional_component(DZMEDIA ON "DZMedia" DEPENDS "Deezer support" HAVE_STREAM_DEEZER ) +if (HAVE_STREAM_DEEZER AND NOT HAVE_DZMEDIA AND NOT HAVE_DEEZER) + message(STATUS "Deezer is enabled, but not DZMedia or Deezer engine, only preview streams will be available.") +endif() + #if(IMOBILEDEVICE_FOUND AND PLIST_FOUND) #add_subdirectory(ext/gstafc) #endif(IMOBILEDEVICE_FOUND AND PLIST_FOUND)