vdr: Disable debugging logging.

3 is default and includes a lot of debugging output which
leads to really heavy IO with installations with a lot of
channels (satellite mainly).

http://www.vdr-wiki.de/wiki/index.php/VDR_Optionen
This commit is contained in:
Michael Tremer
2013-07-18 13:06:42 +02:00
parent cdbe350442
commit 3d454690b7
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = vdr
PAK_VER = 6
PAK_VER = 7
DEPS = "vdr_streamdev"