Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Commit 27ca9e19e9340792251f33b75dd8b5dc0b3c8c40 seems to have changed
the order in which upnp related libraries are built on windows.
This fails the coverity build with symbol redefinition errors in
NptXbmcFile.cpp vs. NptWin32File.cpp. Since we have some modifications
in NptXbmcFile.cpp we should prefer this and don't build the one
shipped with the upnp lib.
|
|
win32: fix eac3 for wasapi, 2nd round
|
|
[cmake] Fix skin packaging for windows
|
|
[skin] Don't include the themes folder in final copy as it's packaged…
|
|
This reverts commit fc70dc26dd87977129f990fd20e371fbc208b549.
|
|
|
|
xbt file
|
|
[cmake] linux: the kodi wrapper script is arch dependent
|
|
[Estuary] bugfixes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
is set yet
|
|
v2: Someone said it was resource hungry
|
|
cmake cosmetics
|
|
|
|
lets fix the recursion again
|
|
|
|
|
|
Commit 76757a5e19411592d843c269e198dd4457563f7e introduced a temporary
define BUILDING_WITH_CMAKE in order to compile out some parts that are
not necessary anymore with CMake. This parts was mostly "#pragma
comment(lib)" and other defines that are better kept in the buildsys.
Now that the VS project has been dropped, this can be completely
removed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
AE: fix eac3 parser, correct parsing of channels
|
|
|
|
|
|
[gui] use CVariant on SetVisualisation(...)
|
|
[cmake] Add uninstall target for linux
|
|
Add a numeric field type that doesn't need casting
|
|
[estuary] Avoid empty variables
|
|
[cmake] Don't allow undefined symbols in shared libraries
|
|
Gl: drop finishPipeline
|