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 /liboutput | |
| 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 'liboutput')
| -rw-r--r-- | liboutput/encode.c | 2 | ||||
| -rw-r--r-- | liboutput/encode.h | 2 | ||||
| -rw-r--r-- | liboutput/stillimage-player.c | 2 | ||||
| -rw-r--r-- | liboutput/stillimage-player.h | 2 | ||||
| -rw-r--r-- | liboutput/stillimage.c | 2 | ||||
| -rw-r--r-- | liboutput/stillimage.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/liboutput/encode.c b/liboutput/encode.c index 1eb2dfd..505d478 100644 --- a/liboutput/encode.c +++ b/liboutput/encode.c @@ -1,7 +1,7 @@ /*************************************************************************** * encode.c * - * (C) Copyright 2004 Andreas Brachold <vdr04-at-deltab.de> + * (C) Copyright 2004-2006 Andreas Brachold <anbr at users.berlios.de> * Created: Thu Aug 5 2004 * ****************************************************************************/ diff --git a/liboutput/encode.h b/liboutput/encode.h index 43f69f4..805e279 100644 --- a/liboutput/encode.h +++ b/liboutput/encode.h @@ -1,7 +1,7 @@ /*************************************************************************** * encode.h * - * (C) Copyright 2004 Andreas Brachold <vdr04-at-deltab.de> + * (C) Copyright 2004 Andreas Brachold <anbr at users.berlios.de> * Created: Thu Aug 5 2004 * ****************************************************************************/ diff --git a/liboutput/stillimage-player.c b/liboutput/stillimage-player.c index f15ef8f..77cd1b1 100644 --- a/liboutput/stillimage-player.c +++ b/liboutput/stillimage-player.c @@ -1,6 +1,6 @@ /*************************************************************************** * stillimage-player.c - * (C) Copyright 2004-2005 Andreas Brachold <vdr04-at-deltab.de> + * (C) Copyright 2004-2005 Andreas Brachold <anbr at users.berlios.de> * Created: Thu Aug 5 2004 * ****************************************************************************/ diff --git a/liboutput/stillimage-player.h b/liboutput/stillimage-player.h index c0aa632..e1d5dc2 100644 --- a/liboutput/stillimage-player.h +++ b/liboutput/stillimage-player.h @@ -1,6 +1,6 @@ /*************************************************************************** * stillimage-player.h - * (C) Copyright 2004 Andreas Brachold <vdr04-at-deltab.de> + * (C) Copyright 2004 Andreas Brachold <anbr at users.berlios.de> * Created: Thu Aug 5 2004 * ****************************************************************************/ diff --git a/liboutput/stillimage.c b/liboutput/stillimage.c index a83306d..6cefd44 100644 --- a/liboutput/stillimage.c +++ b/liboutput/stillimage.c @@ -1,6 +1,6 @@ /*************************************************************************** * stillimage.c - * (C) Copyright 2004 <vdr04-at-deltab.de> + * (C) Copyright 2004 <anbr at users.berlios.de> * Created: Thu Aug 5 2004 * * parts of the code (c) Peter Seyringer diff --git a/liboutput/stillimage.h b/liboutput/stillimage.h index eb6428b..35abae1 100644 --- a/liboutput/stillimage.h +++ b/liboutput/stillimage.h @@ -1,6 +1,6 @@ /*************************************************************************** * stillimage.h - * (C) Copyright 2004 Andreas Brachold <vdr04-at-deltab.de> + * (C) Copyright 2004 Andreas Brachold <anbr at users.berlios.de> * Created: Thu Aug 5 2004 * ****************************************************************************/ |
