summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2009-07-13 18:20:55 +0300
committerVille Skyttä <ville.skytta@iki.fi>2009-07-13 18:20:55 +0300
commit3313495b0d4103fe62f783b5dc5b723d57c4ed9e (patch)
treeeda2b1da3296d87d3551a441d3f78864359e6d26 /Makefile
parentc0542dc4cef38987a1e377ac5d31a8987c9955d3 (diff)
downloadvdr-plugin-text2skin-3313495b0d4103fe62f783b5dc5b723d57c4ed9e.tar.gz
vdr-plugin-text2skin-3313495b0d4103fe62f783b5dc5b723d57c4ed9e.tar.bz2
Interface/preprocessor directive cleanups.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 288c72f..b555043 100644
--- a/Makefile
+++ b/Makefile
@@ -1,14 +1,14 @@
-# exchange the comments on the following to lines if you would like to use
-# Imlib2 for loading images. BEWARE that you can not use GraphTFT together with
-# Text2Skin if you use Imlib2! (That's why I actually implemented ImageMagick)
-
#DEBUG=1
#BENCH=1
STRIP=strip
+# BEWARE that you can not use GraphTFT together with
+# Text2Skin if you use Imlib2! (That's why I actually implemented ImageMagick)
+# TBD: is this still true?
+
+# Define only one of these.
HAVE_IMAGEMAGICK=1
-#HAVE_IMLIB2=1
-# not recommended
+#HAVE_IMLIB2=1 # not recommended
# DO NOT EDIT BELOW THIS LINE UNLESS YOU KNOW WHAT YOU'RE DOING