diff options
author | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2019-02-28 14:10:27 +0100 |
---|---|---|
committer | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2019-02-28 14:10:27 +0100 |
commit | d9b8af10e76ea3c68d4310ba18806225f3e1eb55 (patch) | |
tree | cb05c87d04da7fe63c9c855c226c83d9b9141075 | |
parent | 9f98eddc41c15877de77554046b3106c481eab74 (diff) | |
download | vdr-plugin-tvguide-d9b8af10e76ea3c68d4310ba18806225f3e1eb55.tar.gz vdr-plugin-tvguide-d9b8af10e76ea3c68d4310ba18806225f3e1eb55.tar.bz2 |
Makefile change from imagemagick to graphicsmagick
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |