diff options
author | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2014-08-04 18:50:13 +0200 |
---|---|---|
committer | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2014-08-04 18:50:13 +0200 |
commit | 65c2d52d64f2667e9238413a6d3ffc8a8ab5c603 (patch) | |
tree | 84c9b13a4cb931b9160eaf1e7626c8cdac173612 /Makefile | |
parent | ea7abbd4c040a5b5041a329db0e5a2beb1b8a7fb (diff) | |
download | skin-flatplus-65c2d52d64f2667e9238413a6d3ffc8a8ab5c603.tar.gz skin-flatplus-65c2d52d64f2667e9238413a6d3ffc8a8ab5c603.tar.bz2 |
new hidden config ChannelBitrateShowCalcInterval
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -66,7 +66,7 @@ SOFILE = libvdr-$(PLUGIN).so ### Includes and Defines and Dependencies (add further entries here): -INCLUDES += $(shell pkg-config --cflags Magick++) +INCLUDES += $(shell pkg-config --cflags Magick++ freetype2 fontconfig) DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"' -DVDRLOGO=\"$(VDRLOGO)\" |