summaryrefslogtreecommitdiff
path: root/multimedia/vdr/files/patch-device.c
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/vdr/files/patch-device.c')
-rw-r--r--multimedia/vdr/files/patch-device.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/vdr/files/patch-device.c b/multimedia/vdr/files/patch-device.c
new file mode 100644
index 000000000000..408700c70686
--- /dev/null
+++ b/multimedia/vdr/files/patch-device.c
@@ -0,0 +1,11 @@
+--- device.c.orig
++++ device.c
+@@ -65,7 +65,7 @@ bool cDeviceHook::DeviceProvidesTranspon
+ #define MIN_PRE_1_3_19_PRIVATESTREAM 10
+
+ int cDevice::numDevices = 0;
+-int cDevice::useDevice = 0;
++uint64_t cDevice::useDevice = 0;
+ int cDevice::nextCardIndex = 0;
+ int cDevice::currentChannel = 1;
+ cDevice *cDevice::device[MAXDEVICES] = { NULL };