summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFrank Neumann <fnu@yavdr.org>2017-05-22 17:46:00 +0200
committerFrank Neumann <fnu@yavdr.org>2017-05-22 17:46:00 +0200
commit1a6f228a913bd2c71266c9ec9a277a2705498797 (patch)
tree9833af5fc5bd2b61e5954b18d306bf0928f2ad69 /Makefile
parent4b318a390eb5fbf44978cb742e650c6e5208a823 (diff)
downloadvdr-plugin-text2skin-1a6f228a913bd2c71266c9ec9a277a2705498797.tar.gz
vdr-plugin-text2skin-1a6f228a913bd2c71266c9ec9a277a2705498797.tar.bz2
Purge DEVELOPMENT_FEATURES, permanently enabled with t2s-rerunandtab.diff.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index d2241c1..596a269 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,6 @@
#DEBUG=1
#BENCH=1
STRIP=strip
-DEVELOPMENT_FEATURES=1
# BEWARE that you can not use GraphTFT together with
# Text2Skin if you use Imlib2! (That's why I actually implemented ImageMagick)
@@ -67,10 +66,6 @@ OBJS = $(PLUGIN).o loader.o display.o render.o common.o bitmap.o \
### Includes and Defines (add further entries here):
-ifdef DEVELOPMENT_FEATURES
- DEFINES += -DDEVELOPMENT_FEATURES
-endif
-
ifeq ($(IMAGELIB), imagemagick)
DEFINES += -DHAVE_IMAGEMAGICK
INCLUDES += $(shell pkg-config --cflags ImageMagick++)