diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2009-01-06 16:56:27 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2009-01-06 16:56:27 +0100 |
commit | 60c5248a3688eddaab8d1aaebd28c917016c5ad9 (patch) | |
tree | 83493d35e93bf765f53c46a8c24821afdec2e3fe /dvbdevice.c | |
parent | 1f3af22711602138a5fe4198003c77709c1e1028 (diff) | |
download | vdr-60c5248a3688eddaab8d1aaebd28c917016c5ad9.tar.gz vdr-60c5248a3688eddaab8d1aaebd28c917016c5ad9.tar.bz2 |
Removed the '#define FE_CAN_2ND_GEN_MODULATION'
Diffstat (limited to 'dvbdevice.c')
-rw-r--r-- | dvbdevice.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/dvbdevice.c b/dvbdevice.c index 6aa0056f..3d4fddc9 100644 --- a/dvbdevice.c +++ b/dvbdevice.c @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: dvbdevice.c 2.10 2009/01/06 14:52:54 kls Exp $ + * $Id: dvbdevice.c 2.11 2009/01/06 16:54:52 kls Exp $ */ #include "dvbdevice.h" @@ -27,13 +27,6 @@ #include "status.h" #include "transfer.h" -// FIXME: temporary workaround until the S2API driver supports detecting -// S2 capability in a clean way. This macro allows compiling VDR with an -// unpatched driver. However, with an unpatched driver it will not support -// DVB-S2 hardware. If you have DVB-S2 hardware you need to either patch -// the driver or modify the line that uses this macro in cDvbDevice::cDvbDevice(). -#define FE_CAN_2ND_GEN_MODULATION 0x10000000 - #define DO_REC_AND_PLAY_ON_PRIMARY_DEVICE 1 #define DO_MULTIPLE_RECORDINGS 1 |