[rhythmbox] audiocd: add missing #ifdef for compiling without metadata getter
- From: Jonathan Matthew <jmatthew src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [rhythmbox] audiocd: add missing #ifdef for compiling without metadata getter
- Date: Sun, 9 Aug 2009 08:09:47 +0000 (UTC)
commit a1a2d251c6f6209d815ce1ee291cbd5bf12ad95e
Author: Jonathan Matthew <jonathan d14n org>
Date: Sun Aug 9 18:05:48 2009 +1000
audiocd: add missing #ifdef for compiling without metadata getter
plugins/audiocd/rb-audiocd-source.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/plugins/audiocd/rb-audiocd-source.c b/plugins/audiocd/rb-audiocd-source.c
index f1efacc..20ebf18 100644
--- a/plugins/audiocd/rb-audiocd-source.c
+++ b/plugins/audiocd/rb-audiocd-source.c
@@ -78,8 +78,10 @@ static GList* impl_get_ui_actions (RBSource *source);
static void impl_pack_paned (RBBrowserSource *source, GtkWidget *paned);
+#ifdef HAVE_SJ_METADATA_GETTER
static void rb_audiocd_source_cmd_reload_metadata (GtkAction *action,
RBAudioCdSource *source);
+#endif
static gpointer rb_audiocd_load_songs (RBAudioCdSource *source);
static void rb_audiocd_load_metadata (RBAudioCdSource *source, RhythmDB *db);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]