summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAndreas Brachold <vdr07@deltab.de>2006-01-12 19:39:53 +0000
committerAndreas Brachold <vdr07@deltab.de>2006-01-12 19:39:53 +0000
commit35aa768d991d5dadb6b3301b371b0cb8e4747e1d (patch)
tree4a86dbf6579d1bce3a0de128b23f6d2ef3a3436d /scripts
parente704540374d251d037560673e9373a357959198b (diff)
downloadvdr-plugin-image-35aa768d991d5dadb6b3301b371b0cb8e4747e1d.tar.gz
vdr-plugin-image-35aa768d991d5dadb6b3301b371b0cb8e4747e1d.tar.bz2
- fix build failed without defined FFMDIR
- add exif support (required libexif)
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/imageplugin.sh2
-rwxr-xr-xscripts/magickplugin.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/imageplugin.sh b/scripts/imageplugin.sh
index 7242413..28ed564 100755
--- a/scripts/imageplugin.sh
+++ b/scripts/imageplugin.sh
@@ -5,7 +5,7 @@
# History:
# 2005-07-26 add commando for rotate 180
# 2005-07-18 wrong lookup for pnmscale and really are pnmscalefixed used
-# 2004-08-12 Initalrelease, Andreas Brachold <vdr04-at-deltab.de>
+# 2004-08-12 Initalrelease, Andreas Brachold <anbr at users.berlios.de>
# base on prior work for convert.sh
# by Onno Kreuzinger <o.kreuzinger-at-kreuzinger.biz>
# Andreas Holzhammer and <Interpohl-at-vdr-portal.de>
diff --git a/scripts/magickplugin.sh b/scripts/magickplugin.sh
index e48379f..fd54df9 100755
--- a/scripts/magickplugin.sh
+++ b/scripts/magickplugin.sh
@@ -6,7 +6,7 @@
# 2005-08-19 better resolution retrieval (provided by kc_captain-at-vdr-portal de)
# 2005-07-26 add commando for rotate 180
# 2005-07-18 Reimplement with imagemagick
-# 2004-08-12 Initalrelease, Andreas Brachold <vdr04-at-deltab.de>
+# 2004-08-12 Initalrelease, Andreas Brachold <anbr at users.berlios.de>
# base on prior work for convert.sh
# by Onno Kreuzinger <o.kreuzinger-at-kreuzinger.biz>
# Andreas Holzhammer and <Interpohl-at-vdr-portal.de>