From db630b21203cf7e5c986b5e2df31fb87758ec67d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=BCnther?= Date: Sun, 17 May 2009 19:06:40 +0200 Subject: Quick fix for VDR >= 1.7.3 --- common.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'common.h') diff --git a/common.h b/common.h index 68e55d2..ce87589 100644 --- a/common.h +++ b/common.h @@ -10,6 +10,9 @@ #include #include +// from recording.h (VDR <= 1.7.2) +#define FRAMESPERSEC 25 + #if defined(DEBUG) || defined(BENCH) # ifdef DEBUG # define Dprintf(x...) fprintf(stderr, x) -- cgit v1.2.3