diff options
-rw-r--r-- | HISTORY | 2 | ||||
-rw-r--r-- | tools.c | 4 |
2 files changed, 1 insertions, 5 deletions
@@ -8,7 +8,7 @@ VDR Plugin 'extrecmenu' Revision History - [amair] Merged following changes from v1.3-devel head (Submitted by Joe_D @vdr-portal.de). - [amair] Lifetime and priority for TS recordings can be edited again. - [amair] Use international characters for renaming recordings and creating directories like VDR. -- [amair] Use the VDR cutter by default if VDR >= 1.7.16. +- [amair] Don't use the VDR cutter by default as it has some usability issues (Can be enabled by defining USE_VDR_CUTTER). - [amair] Updated Italian translation (Submitted by Diego Pierotto). - [amair] Enable support for PIN plugin if USE_PINPLUGIN is set to "1" in Make.config. - [amair] Reorganiced contrib directory. @@ -13,10 +13,6 @@ #include "tools.h" #include "mymenusetup.h" -#if VDRVERSNUM > 10715 -# define USE_VDR_CUTTER -#endif - using namespace std; extern bool VfatFileSytem; |