aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2015-04-21 11:21:55 +0200
committerGravatar Christian Hesse <mail@eworm.de>2015-04-21 11:21:55 +0200
commit53787fc71e98f49cdae4fa8ceddc7b2182649abc (patch)
treea149c25cc8887cd13c0d7f0e7388b01ef0a05578 /Makefile
parent5d06cc4834d3bf7b1431973617aaea5cc0c9498a (diff)
downloadmpd-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--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3ac2764..9bb5297 100644
--- a/Makefile
+++ b/Makefile
@@ -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