diff options
author | phelin <phelin> | 2007-11-25 17:38:46 +0000 |
---|---|---|
committer | phelin <phelin> | 2007-11-25 17:38:46 +0000 |
commit | 6b006e98b77da64ec95a08bba51f2d377978483e (patch) | |
tree | ebc94c2a488bf796350ec6c7c8481533195f921a /device.c | |
parent | aec7877d00a392b5d35f61966cb3dbfbbacd9f6d (diff) | |
download | xineliboutput-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.c | 3 |
1 files changed, 2 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.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" |