From 53787fc71e98f49cdae4fa8ceddc7b2182649abc Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Tue, 21 Apr 2015 11:21:55 +0200 Subject: use libav/ffmpeg to get artwork from mp3 files --- mpd-notification.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'mpd-notification.h') diff --git a/mpd-notification.h b/mpd-notification.h index 29cf0f2..c991fd1 100644 --- a/mpd-notification.h +++ b/mpd-notification.h @@ -14,6 +14,9 @@ #include +#include +#include + #include #include #include @@ -30,6 +33,9 @@ /*** received_signal ***/ void received_signal(int signal); +/*** retrieve_album_art ***/ +char * retrieve_album_art(const char *path); + /*** get_icon ***/ char * get_icon(const char * music_dir, const char * uri); -- cgit v1.2.3-54-g00ecf