mirror of
https://projects.vdr-developer.org/git/vdr-plugin-streamdev.git
synced 2023-10-10 19:16:51 +02:00
34a62eb2ef
- added vdr-1.6.0-ignore_missing_cam patch - dropped obsolete respect_ca patch - removed legacy code for < VDR 1.5.9 (thanks to Rolf Ahrenberg)
14 lines
402 B
Diff
14 lines
402 B
Diff
--- device.c.orig 2008-03-28 11:47:25.000000000 +0100
|
|
+++ device.c 2008-03-28 11:47:09.000000000 +0100
|
|
@@ -375,8 +375,8 @@
|
|
}
|
|
}
|
|
}
|
|
- if (!NumUsableSlots)
|
|
- return NULL; // no CAM is able to decrypt this channel
|
|
+// if (!NumUsableSlots)
|
|
+// return NULL; // no CAM is able to decrypt this channel
|
|
}
|
|
|
|
bool NeedsDetachReceivers = false;
|