[SCM] kodi-pvr-hts/master: [API 5.0.0] GUI API not used, adapt GetGUIAPIVersion and GetMinimumGUIAPIVersion accordingly
tiber-guest at users.alioth.debian.org
tiber-guest at users.alioth.debian.org
Fri Nov 4 23:23:37 UTC 2016
The following commit has been merged in the master branch:
commit c7c63eb6bd3932a8284973418cdfd056b0a1a714
Author: Kai Sommerfeld <kai.sommerfeld at gmx.com>
Date: Wed Jan 13 17:38:01 2016 +0100
[API 5.0.0] GUI API not used, adapt GetGUIAPIVersion and GetMinimumGUIAPIVersion accordingly
diff --git a/src/client.cpp b/src/client.cpp
index 8348534..1ce08b3 100644
--- a/src/client.cpp
+++ b/src/client.cpp
@@ -609,12 +609,12 @@ const char * GetLiveStreamURL(const PVR_CHANNEL &_unused(channel))
const char* GetGUIAPIVersion(void)
{
- return KODI_GUILIB_API_VERSION;
+ return ""; // GUI API not used
}
const char* GetMininumGUIAPIVersion(void)
{
- return KODI_GUILIB_MIN_API_VERSION;
+ return ""; // GUI API not used
}
} /* extern "C" */
--
kodi-pvr-hts packaging
More information about the pkg-multimedia-commits
mailing list