summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Schirrmacher <vdr.skinflatplus@schirrmacher.eu>2014-02-20 18:37:12 +0100
committerMartin Schirrmacher <vdr.skinflatplus@schirrmacher.eu>2014-02-20 18:37:12 +0100
commit7edd82e7ea0f4d32b4e15cb4be1c6d819269c812 (patch)
tree1498fd420a0dbfe2ca9d0bed03ce56c73bd4880a /Makefile
parent330cc7df50705aa63721c45db72522a4ad51d5e6 (diff)
downloadskin-flatplus-7edd82e7ea0f4d32b4e15cb4be1c6d819269c812.tar.gz
skin-flatplus-7edd82e7ea0f4d32b4e15cb4be1c6d819269c812.tar.bz2
update SetItemRecording, fix imagecache, add imageloader debug time output
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b7cc96d4..4ac3fc75 100644
--- a/Makefile
+++ b/Makefile
@@ -64,7 +64,7 @@ INCLUDES += $(shell pkg-config --cflags Magick++)
# vdrlogo_yavdr
VDRLOGO = vdrlogo_default
-DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"' -DVDRLOGO=\"$(VDRLOGO)\"
+DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"' -DVDRLOGO=\"$(VDRLOGO)\" -DDEBUGIMAGELOADTIME
LIBS += $(shell pkg-config --libs Magick++)