diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2009-07-13 18:20:55 +0300 |
---|---|---|
committer | Ville Skyttä <ville.skytta@iki.fi> | 2009-07-13 18:20:55 +0300 |
commit | 3313495b0d4103fe62f783b5dc5b723d57c4ed9e (patch) | |
tree | eda2b1da3296d87d3551a441d3f78864359e6d26 /Makefile | |
parent | c0542dc4cef38987a1e377ac5d31a8987c9955d3 (diff) | |
download | vdr-plugin-text2skin-3313495b0d4103fe62f783b5dc5b723d57c4ed9e.tar.gz vdr-plugin-text2skin-3313495b0d4103fe62f783b5dc5b723d57c4ed9e.tar.bz2 |
Interface/preprocessor directive cleanups.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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 |