summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2008-09-26 13:03:27 +0000
committerphintuka <phintuka>2008-09-26 13:03:27 +0000
commite85074875985fa9bc8214057465710e4b93a3d87 (patch)
treee842bf13aec902f63cacccbf0f9bb45ba4aaa84f
parent2c33d78ea8e7a5797fea90e817f8efb41dfe3910 (diff)
downloadxineliboutput-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.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/config.h b/config.h
index 69e20e12..572d08f5 100644
--- a/config.h
+++ b/config.h
@@ -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))