summaryrefslogtreecommitdiff
path: root/device.c
diff options
context:
space:
mode:
authorphelin <phelin>2007-11-25 17:38:46 +0000
committerphelin <phelin>2007-11-25 17:38:46 +0000
commit6b006e98b77da64ec95a08bba51f2d377978483e (patch)
treeebc94c2a488bf796350ec6c7c8481533195f921a /device.c
parentaec7877d00a392b5d35f61966cb3dbfbbacd9f6d (diff)
downloadxineliboutput-6b006e98b77da64ec95a08bba51f2d377978483e.tar.gz
xineliboutput-6b006e98b77da64ec95a08bba51f2d377978483e.tar.bz2
Re-enable IBP-trickspeed for VDR version 1.5.10 since no more patching is necessary.
Diffstat (limited to 'device.c')
-rw-r--r--device.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/device.c b/device.c
index cf42b9d7..1c29ecbf 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.45 2007-10-15 00:15:07 phintuka Exp $
+ * $Id: device.c,v 1.46 2007-11-25 17:38:46 phelin Exp $
*
*/
@@ -28,6 +28,7 @@
//#define LOG_TRICKSPEED
#if VDRVERSNUM >= 10510
# define SKIP_DVDSPU
+# define DEVICE_SUPPORTS_IBP_TRICKSPEED
#endif
#include "logdefs.h"