Rename ENABLE_CHROMAPRINT to ENABLE_MUSICBRAINZ

This commit is contained in:
jonas@jkvinge.net
2021-05-10 21:17:50 +02:00
parent c2108a35d0
commit 4a0a1a32a4
9 changed files with 48 additions and 46 deletions

View File

@@ -84,7 +84,7 @@ class OrganizeDialog;
class PlaylistListContainer;
class QueueView;
class SystemTrayIcon;
#if defined(HAVE_GSTREAMER) && defined(HAVE_CHROMAPRINT)
#ifdef HAVE_MUSICBRAINZ
class TagFetcher;
#endif
class TrackSelectionDialog;
@@ -327,7 +327,7 @@ class MainWindow : public QMainWindow, public PlatformInterface {
#endif
Lazy<AddStreamDialog> add_stream_dialog_;
#if defined(HAVE_GSTREAMER) && defined(HAVE_CHROMAPRINT)
#ifdef HAVE_MUSICBRAINZ
std::unique_ptr<TagFetcher> tag_fetcher_;
#endif
std::unique_ptr<TrackSelectionDialog> track_selection_dialog_;