summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
authorThomas Günther <tom@toms-cafe.de>2009-05-17 19:06:40 +0200
committerThomas Günther <tom@toms-cafe.de>2009-05-17 19:06:40 +0200
commitdb630b21203cf7e5c986b5e2df31fb87758ec67d (patch)
tree0fecf9ded7601c06b837ee4d41de9d707b9aab33 /common.h
parentaa67dacb2755c0c17f812586cb0091fe1b5d3ca4 (diff)
downloadvdr-plugin-text2skin-db630b21203cf7e5c986b5e2df31fb87758ec67d.tar.gz
vdr-plugin-text2skin-db630b21203cf7e5c986b5e2df31fb87758ec67d.tar.bz2
Quick fix for VDR >= 1.7.3
Diffstat (limited to 'common.h')
-rw-r--r--common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common.h b/common.h
index 68e55d2..ce87589 100644
--- a/common.h
+++ b/common.h
@@ -10,6 +10,9 @@
#include <vdr/osd.h>
#include <vdr/config.h>
+// from recording.h (VDR <= 1.7.2)
+#define FRAMESPERSEC 25
+
#if defined(DEBUG) || defined(BENCH)
# ifdef DEBUG
# define Dprintf(x...) fprintf(stderr, x)