summaryrefslogtreecommitdiff
path: root/device.c
diff options
context:
space:
mode:
authorphintuka <phintuka>2007-10-14 18:32:00 +0000
committerphintuka <phintuka>2007-10-14 18:32:00 +0000
commitcd8d4d690546804eae1429866fe6e0df453a24e9 (patch)
treed2217c81dac6f774598c15de9878a704c26047f1 /device.c
parenteabb79d24caf829a56b7461e09d3bf402e86ebf0 (diff)
downloadxineliboutput-cd8d4d690546804eae1429866fe6e0df453a24e9.tar.gz
xineliboutput-cd8d4d690546804eae1429866fe6e0df453a24e9.tar.bz2
Disable DVD SPUs for vdr-1.5.10
Diffstat (limited to 'device.c')
-rw-r--r--device.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/device.c b/device.c
index a283ef64..71b153ce 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.43 2007-09-30 16:52:18 phintuka Exp $
+ * $Id: device.c,v 1.44 2007-10-14 18:32:00 phintuka Exp $
*
*/
@@ -26,6 +26,9 @@
//#define FORWARD_DVD_SPUS
//#define DEBUG_SWITCHING_TIME
//#define LOG_TRICKSPEED
+#if VDRVERSNUM >= 10510
+# define SKIP_DVDSPU
+#endif
#include "logdefs.h"
#include "config.h"