summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4ac3fc75..e1b8de43 100644
--- a/Makefile
+++ b/Makefile
@@ -64,7 +64,9 @@ INCLUDES += $(shell pkg-config --cflags Magick++)
# vdrlogo_yavdr
VDRLOGO = vdrlogo_default
-DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"' -DVDRLOGO=\"$(VDRLOGO)\" -DDEBUGIMAGELOADTIME
+# -DDEBUGIMAGELOADTIME
+
+DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"' -DVDRLOGO=\"$(VDRLOGO)\"
LIBS += $(shell pkg-config --libs Magick++)