From b968a310699595ff139278440ae278aebf112c1f Mon Sep 17 00:00:00 2001 From: lordjaxom Date: Mon, 31 May 2004 19:56:56 +0000 Subject: - "Background" may be initialized with a color now - fixed channel name/number display - added parameter type (to store logo's filetype) - "Timebar", "Progressbar" and "Volumebar": Background is only drawn if bg is specified - fixed timebar (was running backwards) - renamed "Progressbar" to "Replaybar" for more consistency - renamed "Logo" to "ChannelLogo" - introduced items "Language" (for audio language texts or symbols) and "Image" (foreground images) - adopted SKINS document (SKINS.de is not up-to-date yet) - introduced item "MenuTitle" - introduced items "MenuRed", "MenuGreen", "MenuYellow" and "MenuBlue" - activated message items for display in menu - introcuded parameter "arc" and item "Slope" - fixed possible segfault in Item=Message - implemented items "SymbolReplaying" and "SymbolRadio" - added "text" parameter for all text like Items (explanation follows) - added "SymbolPlay", "SymbolPause", "SymbolFastFwd", "SymbolFastRew", "SymbolSlowFwd", "SymbolSlowRew" items. --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ccd1e75..d25439d 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,11 @@ # # Makefile for a Video Disk Recorder plugin # -# $Id: Makefile,v 1.1.1.1 2004/05/23 00:08:03 lordjaxom Exp $ +# $Id: Makefile,v 1.2 2004/05/26 21:27:11 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_IMLIB=1 +HAVE_IMLIB2=1 # The official name of this plugin. # This name will be used in the '-P...' option of VDR to load the plugin. @@ -44,8 +44,8 @@ PACKAGE = vdr-$(ARCHIVE) ### Includes and Defines (add further entries here): -ifdef HAVE_IMLIB - DEFINES += -DHAVE_IMLIB +ifdef HAVE_IMLIB2 + DEFINES += -DHAVE_IMLIB2 endif INCLUDES += -I$(VDRDIR)/include -I$(DVBDIR)/include -- cgit v1.2.3