Age | Commit message (Collapse) | Author |
|
[TexturePacker] Silence warnings
|
|
[depends] update libmicrohttpd to 0.9.55
|
|
[OSX] - fix compilation for android on OSX hosts.
|
|
Remove fallback definition of FILE
|
|
|
|
|
|
|
|
ADD: [droid] allow autostarting at boot (via xbmc_env.proprties)
|
|
Update libmicrohttpd to 0.9.55 bug-fix release minor to fix issues uncovered by a security audit as per http://lists.gnu.org/archive/html/info-gnu/2017-05/msg00014.html
|
|
_FILE_DEFINED is the include guard for stdio.h on Windows.
We no longer provide a fallback of definition of FILE (which
doesn't match most systems) in the case !_FILE_DEFINED, so
the definition is now unnecessary.
|
|
|
|
|
|
|
|
[android] Android O dropped some legacy stuff so let's actually add "…
|
|
|
|
So it works also if this Makefile.include is not available.
This is simliar to other dependencies.
|
|
|
|
from the toolchain
|
|
|
|
|
|
as it should
|
|
|
|
[depends] ffmpeg: fix build for iOS 64 bit
|
|
split long lines into multiple lines, otherwise a goto label may not be found
|
|
|
|
[depends][darwin] configure: remove special tarballs dir & nativeprefix
|
|
|
|
|
|
dropped by ffmpeg
|
|
|
|
|
|
|
|
[cosmetics] Copyright year update, xbmc.org to kodi.tv
|
|
|
|
cleaned by prepare-env
|
|
- remove directories with .git subdirectory
- don't remove vcredist
|
|
|
|
|
|
|
|
- Jenkins passes nobinaryaddons as 5th parameter
- allow to run make-addons before BuildSetup and also keep them
|
|
Allows to build with the same jenkins buildsteps v17 and master.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|