Age | Commit message (Collapse) | Author |
|
|
|
Current git master fails to build due to bootstrap.mk still pointing to lib/libdvd/libdvdread.
Related:
+ http://trac.kodi.tv/ticket/16616#no2
+ https://bugs.gentoo.org/show_bug.cgi?id=576252
|
|
and waveform from tree
|
|
|
|
Fix warnings during compile, that configure.in is
deprecated.
|
|
This reverts commit 4949be256667f3e500e52b7084476ae1f2b00d92.
|
|
|
|
|
|
Put an end to the constant autoreconfs when switching branches. Use make to
determine when bootstrapping for xbmc and subprojects needs to happen
(hint: rarely).
bootstrapping can now be done in parallel, but I didn't obseve much (any?)
speed increase.
Also allows for easier skipping of reconfigures for minor/cosmetic configure.in
changes.
This should be transparent to users, other than the fact that it's much faster.
Same build procedure as always: ./bootstrap && ./configure && make
|