diff options
author | Alwin Esch <alwin.esch@web.de> | 2020-05-17 20:28:16 +0200 |
---|---|---|
committer | Alwin Esch <alwin.esch@web.de> | 2020-05-18 19:40:33 +0200 |
commit | a705599e5abd457f05d31f08c9dd6f9795cfcf32 (patch) | |
tree | c7a070cd96ca8acc4a9d22562b667c0085c541be /cmake/treedata/common/subdirs.txt | |
parent | c2db6699ecf22e87b702ce14a347d7755b244577 (diff) |
[addons][imagedecoder] separate "C" and "C++" parts in different files
There becomes image_decoder.h added where then include all "C" parts for
works by Kodi. The C++ part stays in ImageDecoder.h where used by addon.
Currently is the C++ header still included in Kodi, to have compile checks
during changes about, about them comes in other requests a test system
and Kodi only need to have the "C" parts of system.
Diffstat (limited to 'cmake/treedata/common/subdirs.txt')
-rw-r--r-- | cmake/treedata/common/subdirs.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/treedata/common/subdirs.txt b/cmake/treedata/common/subdirs.txt index d471e73e1a..f48fdfb770 100644 --- a/cmake/treedata/common/subdirs.txt +++ b/cmake/treedata/common/subdirs.txt @@ -9,6 +9,7 @@ xbmc/addons/interfaces/gui/controls addons_interfaces_gui_controls xbmc/addons/interfaces/gui/dialogs addons_interfaces_gui_dialogs xbmc/addons/kodi-addon-dev-kit/include/kodi addons_kodi-addon-dev-kit_include_kodi xbmc/addons/kodi-addon-dev-kit/include/kodi/c-api addons_kodi-addon-dev-kit_include_kodi_c-api +xbmc/addons/kodi-addon-dev-kit/include/kodi/c-api/addon-instance addons_kodi-addon-dev-kit_include_kodi_c-api_addon-instance xbmc/addons/kodi-addon-dev-kit/include/kodi/addon-instance addons_kodi-addon-dev-kit_include_kodi_addon-instance xbmc/addons/kodi-addon-dev-kit/include/kodi/gui addons_kodi-addon-dev-kit_include_kodi_gui xbmc/addons/kodi-addon-dev-kit/include/kodi/gui/controls addons_kodi-addon-dev-kit_include_kodi_gui_controls |