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 --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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 -- cgit v1.2.3-54-g00ecf