2011-03-07, 16:48
Hi,
I had understood that in this repo: https://launchpad.net/~lars-opdenkamp/+archive/xbmc-pvr you have XBMC compiled from the Dharma branch (https://github.com/opdenkamp/xbmc/tree/Dharma), but it is not true, isn't it? I say this because in the source code, in xbmc / addons / library.xbmc.addon / libXBMC_addon.h I find this:
bool (*GetSetting)(const char* settingName, void *settingValue);
and in the launchpad repo I find:
bool (*GetSetting)(std
tring settingName, void *settingValue);
Are there any other important changes?
I had understood that in this repo: https://launchpad.net/~lars-opdenkamp/+archive/xbmc-pvr you have XBMC compiled from the Dharma branch (https://github.com/opdenkamp/xbmc/tree/Dharma), but it is not true, isn't it? I say this because in the source code, in xbmc / addons / library.xbmc.addon / libXBMC_addon.h I find this:
bool (*GetSetting)(const char* settingName, void *settingValue);
and in the launchpad repo I find:
bool (*GetSetting)(std
![Confused Confused](https://forum.kodi.tv/images/smilies/confused.png)
Are there any other important changes?