summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HISTORY1
-rw-r--r--tools.h6
2 files changed, 7 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 74f044d..3e0ec28 100644
--- a/HISTORY
+++ b/HISTORY
@@ -2,6 +2,7 @@ VDR Plugin 'extrecmenu' Revision History
----------------------------------------
2012-xx-xx: Version 1.2.3
+- [amair] Always use VDR's cutting feature in VDR >=1.7.32.
- [amair] Reduced calls to get the free disk space.
- [amair] Use new MBperMinute() function in VDR >=1.7.27.
- [amair] Fixed compiling with VDR 1.7.28.
diff --git a/tools.h b/tools.h
index 3ca48f0..189d312 100644
--- a/tools.h
+++ b/tools.h
@@ -1,3 +1,9 @@
+#ifndef USE_VDR_CUTTER
+# if VDRVERSNUM >= 10732
+# define USE_VDR_CUTTER
+# endif
+#endif
+
std::string myStrReplace(std::string S,char C1,const char* C2);
class SortListItem:public cListObject