From 0598e41418012326a30ba582b7d64db116e91a84 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Fri, 1 Nov 2002 10:26:45 +0100 Subject: Completely switched to the HEAD driver version --- PLUGINS/src/hello/HISTORY | 6 ++++++ PLUGINS/src/hello/Makefile | 7 +------ PLUGINS/src/hello/hello.c | 4 ++-- 3 files changed, 9 insertions(+), 8 deletions(-) (limited to 'PLUGINS/src/hello') diff --git a/PLUGINS/src/hello/HISTORY b/PLUGINS/src/hello/HISTORY index 10d905e2..61893d02 100644 --- a/PLUGINS/src/hello/HISTORY +++ b/PLUGINS/src/hello/HISTORY @@ -30,3 +30,9 @@ VDR Plugin 'hello' Revision History 2002-10-26: Version 0.0.7 - Fixed a typo. + +2002-11-01: Version 0.0.8 + +- Completely switched to the new CVS HEAD version of the linux-dvb driver. + The NEWSTRUCT compile time switch is now obsolete. The required driver is now + the CVS HEAD version dated 2002-11-01 or later. diff --git a/PLUGINS/src/hello/Makefile b/PLUGINS/src/hello/Makefile index 445cff5e..52a695a1 100644 --- a/PLUGINS/src/hello/Makefile +++ b/PLUGINS/src/hello/Makefile @@ -1,7 +1,7 @@ # # Makefile for a Video Disk Recorder plugin # -# $Id: Makefile 1.5 2002/09/21 08:38:39 kls Exp $ +# $Id: Makefile 1.6 2002/11/01 10:15:37 kls Exp $ # The official name of this plugin. # This name will be used in the '-P...' option of VDR to load the plugin. @@ -15,12 +15,7 @@ VERSION = $(shell grep 'static const char \*VERSION *=' $(PLUGIN).c | awk '{ pri ### The directory environment: -ifdef NEWSTRUCT DVBDIR = ../../../../DVB/include -DEFINES += -DNEWSTRUCT -else -DVBDIR = ../../../../DVB/ost/include -endif VDRDIR = ../../.. VDRINC = $(VDRDIR)/include LIBDIR = ../../lib diff --git a/PLUGINS/src/hello/hello.c b/PLUGINS/src/hello/hello.c index 5073e300..6583285e 100644 --- a/PLUGINS/src/hello/hello.c +++ b/PLUGINS/src/hello/hello.c @@ -3,7 +3,7 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: hello.c 1.8 2002/10/26 14:34:48 kls Exp $ + * $Id: hello.c 1.9 2002/11/01 10:16:53 kls Exp $ */ #include @@ -12,7 +12,7 @@ #include #include "i18n.h" -static const char *VERSION = "0.0.7"; +static const char *VERSION = "0.0.8"; static const char *DESCRIPTION = "A friendly greeting"; static const char *MAINMENUENTRY = "Hello"; -- cgit v1.2.3