summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.h6
-rw-r--r--device.c5
2 files changed, 6 insertions, 5 deletions
diff --git a/config.h b/config.h
index 69e20e12..a2100ab5 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.47 2008-05-18 19:42:33 phintuka Exp $
*
*/
@@ -153,6 +153,10 @@
#define SUBTITLESIZE_count 7
+#if VDRVERSNUM >= 10510
+# define DEVICE_SUPPORTS_IBP_TRICKSPEED
+#endif
+
#define HIDDEN_OPTION(opt) \
(xc.IsOptionHidden(xc.opt))
#define READONLY_OPTION(opt) \
diff --git a/device.c b/device.c
index d2a881c0..29382fcb 100644
--- a/device.c
+++ b/device.c
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: device.c,v 1.57 2008-04-14 19:58:50 phintuka Exp $
+ * $Id: device.c,v 1.58 2008-05-18 19:42:33 phintuka Exp $
*
*/
@@ -26,9 +26,6 @@
//#define FORWARD_DVD_SPUS
//#define DEBUG_SWITCHING_TIME
//#define LOG_TRICKSPEED
-#if VDRVERSNUM >= 10510
-# define DEVICE_SUPPORTS_IBP_TRICKSPEED
-#endif
#include "logdefs.h"
#include "config.h"