diff options
author | phintuka <phintuka> | 2007-10-14 18:32:00 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2007-10-14 18:32:00 +0000 |
commit | cd8d4d690546804eae1429866fe6e0df453a24e9 (patch) | |
tree | d2217c81dac6f774598c15de9878a704c26047f1 | |
parent | eabb79d24caf829a56b7461e09d3bf402e86ebf0 (diff) | |
download | xineliboutput-cd8d4d690546804eae1429866fe6e0df453a24e9.tar.gz xineliboutput-cd8d4d690546804eae1429866fe6e0df453a24e9.tar.bz2 |
Disable DVD SPUs for vdr-1.5.10
-rw-r--r-- | device.c | 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: 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" |