Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
I used the command
grep --include={\*.cpp,\*.h} -rnl './' -e "http://xbmc.org" | xargs -i@ sed -i 's/http\:\/\/xbmc\.org/http\:\/\/kodi\.tv/g' @
to change every http://xbmc.org to http://kodi.tv in *.cpp and *.h files
|
|
|
|
|
|
|
|
Build changes for ARM
|
|
|
|
[wayland] Support xdg_shell stable
|
|
|
|
|
|
|
|
|
|
|
|
python in the name is redundant
|
|
|
|
|
|
|
|
|
|
Wayland fixes
|
|
|
|
wayland can use either gl or gles and we need to know which in add-ons
|
|
xkbcommon is required for Wayland build
|
|
|
|
|
|
|
|
|
|
|
|
- remove unused function definitions
- use char directly instead of a typedefs to char
|
|
|
|
|
|
|
|
|
|
[bluray] Update libbluray to version 1.0.2.
|
|
|
|
|
|
|
|
|
|
samba: ndk 15c has ifaddrs.h but some functions are only supported with sdk 24 or higher. Therefore ignore ifaddrs.h from ndk and still use samba internal logic.
|
|
|
|
TexturePacker: exception fix
|
|
[depends] fix rbpi toolchain usage
|
|
|
|
it isn't used in Kodi since 9e1e236d66
|
|
mdnsresponder was removed from depends at 3b973e7977
|
|
|