From 037e8e0cb128734a447d472ea2345eea02ee65b6 Mon Sep 17 00:00:00 2001 From: louis Date: Sun, 2 Nov 2014 17:32:22 +0100 Subject: call drawdevices only every 500ms, added profiling code --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2be7976..620c7fa 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,9 @@ # External image lib to use: imagemagick, graphicsmagick IMAGELIB = imagemagick +# Config +CONFIG := #-DDOPROFILE # enable profiling code + # The official name of this plugin. PLUGIN = skindesigner @@ -42,7 +45,7 @@ PACKAGE = vdr-$(ARCHIVE) SOFILE = libvdr-$(PLUGIN).so ### Includes and Defines and Dependencies: -DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"' +DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"' $(CONFIG) DEFINES += $(shell xml2-config --cflags) INCLUDES += $(shell pkg-config --cflags freetype2 fontconfig) -- cgit v1.2.3