From e535cdbe09d9c13d79cd6722aafca5798b7d1e35 Mon Sep 17 00:00:00 2001 From: lordjaxom Date: Tue, 1 Jun 2004 21:02:41 +0000 Subject: - fixed possible segfault when showing language logo (happened when channel was not available) - fixed some memory leaks - fixed "too many colors used in palette" warning for non-imlib-users --- Makefile | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d25439d..e776ada 100644 --- a/Makefile +++ b/Makefile @@ -1,12 +1,17 @@ # # Makefile for a Video Disk Recorder plugin # -# $Id: Makefile,v 1.2 2004/05/26 21:27:11 lordjaxom Exp $ +# $Id: Makefile,v 1.3 2004/06/01 21:02:38 lordjaxom Exp $ # disable in case you don't want to install imlib # in that case, you will not be able to load other files than simple xpms HAVE_IMLIB2=1 +# !!!!THIS DOESN'T WORK YET!!!! +# disable in case you don't want to install ImageMagick +# in that case, you will not be able to load other files than simple xpms +#HAVE_IMAGEMAGICK=1 + # The official name of this plugin. # This name will be used in the '-P...' option of VDR to load the plugin. # By default the main source file also carries this name. @@ -48,6 +53,10 @@ ifdef HAVE_IMLIB2 DEFINES += -DHAVE_IMLIB2 endif +ifdef HAVE_IMAGEMAGICK + DEFINES += -DHAVE_IMAGEMAGICK +endif + INCLUDES += -I$(VDRDIR)/include -I$(DVBDIR)/include DEFINES += -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"$(PLUGIN)"' -- cgit v1.2.3