From a9e365e1d6fab83f7557499e45b0e06291de0240 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 9 Jul 2015 14:21:51 +0200 Subject: do not write artwork to file but handle pixbuf to libnotify --- mpd-notification.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mpd-notification.h') diff --git a/mpd-notification.h b/mpd-notification.h index c0e3f0f..d03abf4 100644 --- a/mpd-notification.h +++ b/mpd-notification.h @@ -35,7 +35,9 @@ void received_signal(int signal); /*** retrieve_album_art ***/ -char * retrieve_album_art(const char *path); +#ifdef HAVE_LIBAV +GdkPixbuf * retrieve_album_art(const char * music_dir, const char * uri); +#endif /*** get_icon ***/ char * get_icon(const char * music_dir, const char * uri); -- cgit v1.2.3-54-g00ecf