diff options
author | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2014-02-20 18:37:12 +0100 |
---|---|---|
committer | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2014-02-20 18:37:12 +0100 |
commit | 7edd82e7ea0f4d32b4e15cb4be1c6d819269c812 (patch) | |
tree | 1498fd420a0dbfe2ca9d0bed03ce56c73bd4880a /Makefile | |
parent | 330cc7df50705aa63721c45db72522a4ad51d5e6 (diff) | |
download | skin-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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++) |