diff options
author | Christian Hesse <mail@eworm.de> | 2015-04-21 11:21:55 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2015-04-21 11:21:55 +0200 |
commit | 53787fc71e98f49cdae4fa8ceddc7b2182649abc (patch) | |
tree | a149c25cc8887cd13c0d7f0e7388b01ef0a05578 /Makefile | |
parent | 5d06cc4834d3bf7b1431973617aaea5cc0c9498a (diff) | |
download | mpd-notification-53787fc71e98f49cdae4fa8ceddc7b2182649abc.tar.gz mpd-notification-53787fc71e98f49cdae4fa8ceddc7b2182649abc.tar.zst |
use libav/ffmpeg to get artwork from mp3 files
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ RM := rm CFLAGS += -std=c11 -O2 -Wall -Werror CFLAGS += $(shell pkg-config --cflags --libs libmpdclient) CFLAGS += $(shell pkg-config --cflags --libs libnotify) +CFLAGS += $(shell pkg-config --cflags --libs libavcodec libavformat) # this is just a fallback in case you do not use git but downloaded # a release tarball... VERSION := 0.5.2 |