diff options
Diffstat (limited to 'mpd-notification.h')
-rw-r--r-- | mpd-notification.h | 4 |
1 files changed, 3 insertions, 1 deletions
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); |