diff options
author | Christian Hesse <mail@eworm.de> | 2016-10-05 14:25:10 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2016-10-05 22:38:05 +0200 |
commit | ff1595ed259b2acb2839d98c62db54113bf32976 (patch) | |
tree | 045b479f83e786ff873b36dd0405bf3d45a8183b /mpd-notification.h | |
parent | da1bcb7a33d75a9f56012cbd7890e7af7c0dec6a (diff) | |
download | mpd-notification-ff1595ed259b2acb2839d98c62db54113bf32976.tar.gz mpd-notification-ff1595ed259b2acb2839d98c62db54113bf32976.tar.zst |
merge the artwork functions
Diffstat (limited to 'mpd-notification.h')
-rw-r--r-- | mpd-notification.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/mpd-notification.h b/mpd-notification.h index 9fdd941..e11c359 100644 --- a/mpd-notification.h +++ b/mpd-notification.h @@ -34,13 +34,8 @@ /*** received_signal ***/ void received_signal(int signal); -/*** retrieve_artwork_media ***/ -#ifdef HAVE_LIBAV -GdkPixbuf * retrieve_artwork_media(const char * music_dir, const char * uri); -#endif - -/*** retrieve_artwork_image ***/ -GdkPixbuf * retrieve_artwork_image(const char * music_dir, const char * uri); +/*** retrieve_artwork ***/ +GdkPixbuf * retrieve_artwork(const char * music_dir, const char * uri); /*** append_string ***/ char * append_string(char * string, const char * format, const char delim, const char * s); |