From 18dbe92306e0c9e1b1513e4cfae603369fbacd80 Mon Sep 17 00:00:00 2001 From: Tobias Grimm Date: Sat, 13 Dec 2008 10:52:59 +0100 Subject: - IMORTANT! Needs and upgrade to the patch! See README! - Improved the OSD hooks to be more compatible with other plugins - Added a primitive Service Information caching mechanism to speed up channel switching (will not refresh if channels are changed, will be reset on VDR restart) --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c78186c..92e053c 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # # Makefile for a Video Disk Recorder plugin # -# $Id: Makefile,v 1.17 2003/05/02 04:11:20 ragge Exp $ +# $Id: Makefile,v 1.18 2003/07/16 04:01:44 ragge Exp $ # The official name of this plugin. # This name will be used in the '-P...' option of VDR to load the plugin. @@ -16,7 +16,7 @@ VERSION = $(shell grep 'static const char \*VERSION *=' $(PLUGIN).c | awk '{ pri ### The C++ compiler and options: CXX ?= g++ -CXXFLAGS ?= -O2 -Wall -Woverloaded-virtual +CXXFLAGS ?= -g -O2 -Wall -Woverloaded-virtual ### The directory environment: @@ -69,6 +69,7 @@ $(DEPFILE): Makefile ### Targets: all: libvdr-$(PLUGIN).so + @sh ./Checkpatch.sh libvdr-$(PLUGIN).so: $(OBJS) $(CXX) $(CXXFLAGS) -shared $(OBJS) -o $@ -- cgit v1.2.3