From d9b8af10e76ea3c68d4310ba18806225f3e1eb55 Mon Sep 17 00:00:00 2001 From: kamel5 Date: Thu, 28 Feb 2019 14:10:27 +0100 Subject: [PATCH] Makefile change from imagemagick to graphicsmagick --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bc539e8..3ee121b 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,8 @@ # $Id$ # External image lib to use: imagemagick, graphicsmagick -IMAGELIB = imagemagick +#IMAGELIB = imagemagick +IMAGELIB = graphicsmagick # The official name of this plugin. # This name will be used in the '-P...' option of VDR to load the plugin.