diff options
author | Andreas Brachold <vdr07@deltab.de> | 2006-01-12 19:39:53 +0000 |
---|---|---|
committer | Andreas Brachold <vdr07@deltab.de> | 2006-01-12 19:39:53 +0000 |
commit | 35aa768d991d5dadb6b3301b371b0cb8e4747e1d (patch) | |
tree | 4a86dbf6579d1bce3a0de128b23f6d2ef3a3436d /data.c | |
parent | e704540374d251d037560673e9373a357959198b (diff) | |
download | vdr-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 'data.c')
-rw-r--r-- | data.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,11 +1,11 @@ /* * Image plugin to VDR (C++) * - * (C) 2004-2005 Andreas Brachold <vdr04-at-deltab.de> - * (C) 2003 Kai Tobias Burwieck <kai@burwieck.net> + * (C) 2004-2005 Andreas Brachold <anbr at users.berlios.de> + * (C) 2003 Kai Tobias Burwieck <kai at burwieck.net> * * based on MP3/MPlayer plugin to VDR (C++) - * (C) 2001,2002 Stefan Huelswitt <huels@iname.com> + * (C) 2001,2002 Stefan Huelswitt <huels at iname.com> * * This code is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License |