mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
projects/imx6/patches/kodi: add patch to support libcec-2.1
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
6e41976209
commit
3169358fb5
@ -0,0 +1,12 @@
|
|||||||
|
diff -Naur kodi-14-d6947be/xbmc/peripherals/devices/PeripheralCecAdapter.cpp kodi-14-d6947be.patch/xbmc/peripherals/devices/PeripheralCecAdapter.cpp
|
||||||
|
--- kodi-14-d6947be/xbmc/peripherals/devices/PeripheralCecAdapter.cpp 2014-11-03 19:59:12.000000000 +0100
|
||||||
|
+++ kodi-14-d6947be.patch/xbmc/peripherals/devices/PeripheralCecAdapter.cpp 2014-11-04 11:47:00.790424301 +0100
|
||||||
|
@@ -1269,7 +1269,7 @@
|
||||||
|
void CPeripheralCecAdapter::SetConfigurationFromSettings(void)
|
||||||
|
{
|
||||||
|
// client version matches the version of libCEC that we originally used the API from
|
||||||
|
- m_configuration.clientVersion = CEC_CLIENT_VERSION_2_2_0;
|
||||||
|
+ m_configuration.clientVersion = CEC_CLIENT_VERSION_CURRENT;
|
||||||
|
|
||||||
|
// device name 'XBMC'
|
||||||
|
snprintf(m_configuration.strDeviceName, 13, "%s", GetSettingString("device_name").c_str());
|
Loading…
x
Reference in New Issue
Block a user