summaryrefslogtreecommitdiff
path: root/dynamicdevice.c
diff options
context:
space:
mode:
Diffstat (limited to 'dynamicdevice.c')
-rw-r--r--dynamicdevice.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/dynamicdevice.c b/dynamicdevice.c
index 518b621..deab412 100644
--- a/dynamicdevice.c
+++ b/dynamicdevice.c
@@ -1117,15 +1117,16 @@ bool cDynamicDevice::GetTSPacket(uchar *&Data)
return cDevice::GetTSPacket(Data);
}
-#ifdef YAVDR_PATCHES
-//opt-21_internal-cam-devices.dpatch
+#ifdef INTERNAL_CAM_DEVICES_PATCH
bool cDynamicDevice::HasInternalCam(void)
{
if (subDevice)
return subDevice->HasInternalCam();
return cDevice::HasInternalCam();
}
+#endif
+#ifdef YAVDR_PATCHES
//opt-44_rotor.dpatch
bool cDynamicDevice::SendDiseqcCmd(dvb_diseqc_master_cmd cmd)
{