projects/Cuboxi/patches/xbmc: remove unneeded patch

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-04-24 13:15:54 +02:00
parent e6563a8902
commit a5cc3b6f5f

View File

@ -1,15 +0,0 @@
diff -Naur xbmc-13-482ccd3/xbmc/input/linux/LinuxInputDevices.cpp xbmc-13-482ccd3.patch/xbmc/input/linux/LinuxInputDevices.cpp
--- xbmc-13-482ccd3/xbmc/input/linux/LinuxInputDevices.cpp 2014-04-19 01:36:22.000000000 +0200
+++ xbmc-13-482ccd3.patch/xbmc/input/linux/LinuxInputDevices.cpp 2014-04-20 19:47:29.725117958 +0200
@@ -1222,8 +1222,9 @@
if ((now - m_lastHotplugCheck) >= 10)
{
- CheckHotplugged();
- m_lastHotplugCheck = now;
+ // Comment for now as it has visible issue on video decoding when USB devices are available
+ //CheckHotplugged();
+ m_lastHotplugCheck = now;
}
}