diff options
author | Thomas Günther <tom@toms-cafe.de> | 2009-05-17 19:06:40 +0200 |
---|---|---|
committer | Thomas Günther <tom@toms-cafe.de> | 2009-05-17 19:06:40 +0200 |
commit | db630b21203cf7e5c986b5e2df31fb87758ec67d (patch) | |
tree | 0fecf9ded7601c06b837ee4d41de9d707b9aab33 /common.h | |
parent | aa67dacb2755c0c17f812586cb0091fe1b5d3ca4 (diff) | |
download | vdr-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.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |