From 7692366fa98953b42e84a9856576435f6657f69b Mon Sep 17 00:00:00 2001 From: louis Date: Sun, 25 Aug 2013 18:04:02 +0200 Subject: changed makefile to support newest imagemagick version --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bb0d4a0..167bf1a 100644 --- a/Makefile +++ b/Makefile @@ -48,11 +48,9 @@ SOFILE = libvdr-$(PLUGIN).so ### Includes and Defines and Dependencies (add further entries here): -INCLUDES += $(shell pkg-config --cflags-only-I Magick++) +INCLUDES += $(shell pkg-config --cflags Magick++) DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"' -DEFINES += -DMAGICKCORE_HDRI_ENABLE=0 -DEFINES += -DMAGICKCORE_QUANTUM_DEPTH=16 DEFINES += $(shell xml2-config --cflags) LIBS += $(shell pkg-config --libs Magick++) -- cgit v1.2.3