mirror of
https://projects.vdr-developer.org/git/vdr-plugin-tvguide.git
synced 2023-10-05 15:01:48 +02:00
Makefile change from imagemagick to graphicsmagick
This commit is contained in:
parent
9f98eddc41
commit
d9b8af10e7
3
Makefile
3
Makefile
@ -4,7 +4,8 @@
|
|||||||
# $Id$
|
# $Id$
|
||||||
|
|
||||||
# External image lib to use: imagemagick, graphicsmagick
|
# External image lib to use: imagemagick, graphicsmagick
|
||||||
IMAGELIB = imagemagick
|
#IMAGELIB = imagemagick
|
||||||
|
IMAGELIB = graphicsmagick
|
||||||
|
|
||||||
# The official name of this plugin.
|
# The official name of this plugin.
|
||||||
# This name will be used in the '-P...' option of VDR to load the plugin.
|
# This name will be used in the '-P...' option of VDR to load the plugin.
|
||||||
|
Loading…
Reference in New Issue
Block a user