diff options
author | Christian Hesse <mail@eworm.de> | 2016-10-07 09:54:54 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2016-10-07 09:54:54 +0200 |
commit | 91fd7b03788b29ae8cd7d09277d2f7ca32aba26c (patch) | |
tree | 38a53a9f472402dcb0f2898367520b20985d62c7 /Makefile | |
parent | b3a0f6f65c9828314e60929dee16c0aa1de06158 (diff) | |
download | mpd-notification-91fd7b03788b29ae8cd7d09277d2f7ca32aba26c.tar.gz mpd-notification-91fd7b03788b29ae8cd7d09277d2f7ca32aba26c.tar.zst |
use libmagic to decide whether to search for media artwork
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,6 +15,7 @@ CFLAGS += $(shell pkg-config --cflags --libs libnotify) LIBAV_CFLAGS := $(shell pkg-config --cflags --libs libavformat libavutil 2>/dev/null) ifneq ($(LIBAV_CFLAGS),) CFLAGS += -DHAVE_LIBAV $(LIBAV_CFLAGS) +CFLAGS += -lmagic endif LDFLAGS += -Wl,-z,now -Wl,-z,relro -pie |