Makefile change from imagemagick to graphicsmagick

This commit is contained in:
kamel5 2019-02-28 14:10:27 +01:00
parent 9f98eddc41
commit d9b8af10e7

View File

@ -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.