From 1b5504e1a79dd4560606b96ab8bc7ade5be1c3e5 Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Tue, 8 Dec 2009 01:15:18 +0100 Subject: Made recordings http streaming dependent on tntnet version 1.7.0 and aboove because that version only supports 'calming down' the request watchdog. Without that the tntnet request watchdog killed the whole VDR process after 600 sec. Thus recordings lasting longer than 10 minutes could not be displayed and even worse the whole VDR process terminated. That could break currently running timers. --- pages/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pages/Makefile') diff --git a/pages/Makefile b/pages/Makefile index c49c673..2ab3960 100644 --- a/pages/Makefile +++ b/pages/Makefile @@ -29,8 +29,9 @@ all: libpages.a ### tntnet produces some compiler warnings, ### so we add -Wno-unused-variable -Wno-non-virtual-dtor for nice output ;) +# $(CXX) $(CXXFLAGS) -Wno-unused-variable -Wno-non-virtual-dtor -c $(DEFINES) $(INCLUDES) $< %.o: %.cpp - $(CXX) $(CXXFLAGS) -Wno-unused-variable -Wno-non-virtual-dtor -c $(DEFINES) $(INCLUDES) $< + $(CXX) $(CXXFLAGS) -Wno-unused-variable -c $(DEFINES) $(INCLUDES) $< %.cpp: %.ecpp $(ECPPC) $(ECPPFLAGS) $(ECPPFLAGS_CPP) $< -- cgit v1.2.3