diff options
author | louis <louis.braun@gmx.de> | 2014-11-02 17:32:22 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2014-11-02 17:32:22 +0100 |
commit | 037e8e0cb128734a447d472ea2345eea02ee65b6 (patch) | |
tree | 032714a0f749d486aa65d0444251154b864970dc /Makefile | |
parent | ef4502cc02b4a1b287b6710826f04f953fd4691b (diff) | |
download | vdr-plugin-skindesigner-037e8e0cb128734a447d472ea2345eea02ee65b6.tar.gz vdr-plugin-skindesigner-037e8e0cb128734a447d472ea2345eea02ee65b6.tar.bz2 |
call drawdevices only every 500ms, added profiling code
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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) |