diff options
| author | manuel <manuel@mausz.at> | 2017-07-23 16:59:43 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2017-07-23 16:59:43 +0200 |
| commit | 4c3251ec645c8b71820dab7e51e612e5919d4e75 (patch) | |
| tree | 9533268a93e58fc2e16de1b8ee3fafe3784e5225 /cmake/installdata | |
| parent | f44ecaa4f27e7538ddcad66d40e543bffa2d2d86 (diff) | |
| download | kodi-pvr-build-4c3251ec645c8b71820dab7e51e612e5919d4e75.tar.gz kodi-pvr-build-4c3251ec645c8b71820dab7e51e612e5919d4e75.tar.bz2 kodi-pvr-build-4c3251ec645c8b71820dab7e51e612e5919d4e75.zip | |
sync with upstream
Diffstat (limited to 'cmake/installdata')
| -rw-r--r-- | cmake/installdata/common/addons.txt | 5 | ||||
| -rw-r--r-- | cmake/installdata/windows/dlls.txt | 3 | ||||
| -rw-r--r-- | cmake/installdata/windows/python.txt | 1 |
3 files changed, 4 insertions, 5 deletions
diff --git a/cmake/installdata/common/addons.txt b/cmake/installdata/common/addons.txt index 0c8f296..9efba38 100644 --- a/cmake/installdata/common/addons.txt +++ b/cmake/installdata/common/addons.txt | |||
| @@ -1,6 +1,5 @@ | |||
| 1 | addons/audioencoder.xbmc.builtin.aac/* | 1 | addons/audioencoder.kodi.builtin.aac/* |
| 2 | addons/audioencoder.xbmc.builtin.wav/* | 2 | addons/audioencoder.kodi.builtin.wma/* |
| 3 | addons/audioencoder.xbmc.builtin.wma/* | ||
| 4 | addons/game.controller.default/* | 3 | addons/game.controller.default/* |
| 5 | addons/kodi.adsp/* | 4 | addons/kodi.adsp/* |
| 6 | addons/kodi.audiodecoder/* | 5 | addons/kodi.audiodecoder/* |
diff --git a/cmake/installdata/windows/dlls.txt b/cmake/installdata/windows/dlls.txt index de82a86..25c6500 100644 --- a/cmake/installdata/windows/dlls.txt +++ b/cmake/installdata/windows/dlls.txt | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | system/*.dll . | 1 | system/*.dll . |
| 2 | project/Win32BuildSetup/dependencies/python27.dll . | 2 | project/BuildDependencies/${ARCH}/bin/libbluray*.jar . |
| 3 | project/BuildDependencies/${ARCH}/bin/*.dll . | 3 | project/BuildDependencies/${ARCH}/bin/*.dll . |
| 4 | project/BuildDependencies/mingwlibs/${ARCH}/bin/*.dll . | ||
diff --git a/cmake/installdata/windows/python.txt b/cmake/installdata/windows/python.txt index e487e3f..5606628 100644 --- a/cmake/installdata/windows/python.txt +++ b/cmake/installdata/windows/python.txt | |||
| @@ -1,2 +1 @@ | |||
| 1 | system/python/* | ||
| 2 | project/BuildDependencies/${ARCH}/bin/Python KEEP_DIR_STRUCTURE system | project/BuildDependencies/${ARCH}/bin/Python KEEP_DIR_STRUCTURE system | |
