diff options
author | phintuka <phintuka> | 2008-09-26 13:03:27 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2008-09-26 13:03:27 +0000 |
commit | e85074875985fa9bc8214057465710e4b93a3d87 (patch) | |
tree | e842bf13aec902f63cacccbf0f9bb45ba4aaa84f | |
parent | 2c33d78ea8e7a5797fea90e817f8efb41dfe3910 (diff) | |
download | xineliboutput-e85074875985fa9bc8214057465710e4b93a3d87.tar.gz xineliboutput-e85074875985fa9bc8214057465710e4b93a3d87.tar.bz2 |
1.0.2: Backported bugfixes from CVS trunk
Fixed smooth trickspeed setup menu entry with VDR-1.5.10+ (Thanks to
Timo Eskola)
-rw-r--r-- | config.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: config.h,v 1.46 2008-04-29 12:44:25 phintuka Exp $ + * $Id: config.h,v 1.46.2.1 2008-09-26 13:03:27 phintuka Exp $ * */ @@ -152,6 +152,9 @@ #define OSD_SCALING_count 3 #define SUBTITLESIZE_count 7 +#if VDRVERSNUM >= 10510 +# define DEVICE_SUPPORTS_IBP_TRICKSPEED +#endif #define HIDDEN_OPTION(opt) \ (xc.IsOptionHidden(xc.opt)) |