diff options
author | scop <scop> | 2006-04-30 14:16:33 +0000 |
---|---|---|
committer | scop <scop> | 2006-04-30 14:16:33 +0000 |
commit | 71d083f7a30140fddbfeb59c536939e1b8d54970 (patch) | |
tree | 2c58862a41400a45d38dcc3194d3ac07d41ba80c | |
parent | db842d9b00654ebcf0e806d2181ad75bb7faa25f (diff) | |
download | vdr-plugin-dxr3-71d083f7a30140fddbfeb59c536939e1b8d54970.tar.gz vdr-plugin-dxr3-71d083f7a30140fddbfeb59c536939e1b8d54970.tar.bz2 |
0.2.6.
-rw-r--r-- | HISTORY | 4 | ||||
-rw-r--r-- | INSTALL | 4 | ||||
-rw-r--r-- | dxr3.c | 4 |
3 files changed, 6 insertions, 6 deletions
@@ -307,9 +307,9 @@ NOTE: I havent found time to include all of the languages, will be done in pre2 - remove image grab code, it's broken (crashes vdr) and would cause maintenance problems with various 1.3.x vdr versions (Ville Skyttä) -2006-xx-xx: Version 0.2.6 +2006-04-30: Version 0.2.6 -- adapt to VDR 1.3.42-47, oldest supported is now 1.3.42 (Ville Skyttä) +- adapt to VDR 1.3.42-1.4.0, oldest supported is now 1.3.42 (Ville Skyttä) - clean up leftovers from the image grab code removal in 0.2.5 (Ville Skyttä) - add Czech i18n placeholders (Ville Skyttä) - be less noisy about audio mode (non-)changes (Ville Skyttä) @@ -2,8 +2,8 @@ Prerequisites: - Get the DXR3 drivers from http://sourceforge.net/projects/dxr3 , install, configure, test and verify the installation. -- Install the (latest) VDR developer version, or at least >= 1.3.42. -- The plugin needs the libavcodec library from http://ffmpeg.sourceforge.net/ +- Install VDR 1.4.x (or at least >= 1.3.42). +- Install the libavcodec library from http://ffmpeg.sourceforge.net/ Installation: @@ -3,7 +3,7 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: dxr3.c,v 1.1.2.25 2006/04/22 11:24:28 scop Exp $ + * $Id: dxr3.c,v 1.1.2.26 2006/04/30 14:16:33 scop Exp $ * */ @@ -15,7 +15,7 @@ #include "dxr3.h" #include "dxr3i18n.h" -static const char VERSION[] = "0.2.6-cvs"; +static const char VERSION[] = "0.2.6"; static const char DESCRIPTION[] = "Hardware MPEG decoder"; static const char MAINMENUENTRY[] = "DXR3"; |