diff options
| author | manuel <manuel@mausz.at> | 2021-03-04 23:36:40 +0100 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2021-03-04 23:36:40 +0100 |
| commit | 3cb8aa05f8cee9e860cf83531682ff0ed4af6a4f (patch) | |
| tree | 921f4829b32126f80f9113c124f2e14c0ebce8d9 /xbmc/addons/kodi-dev-kit/include/kodi/c-api/addon-instance/pvr/pvr_stream.h | |
| parent | be933ef2241d79558f91796cc5b3a161f72ebf9c (diff) | |
| download | kodi-pvr-build-3cb8aa05f8cee9e860cf83531682ff0ed4af6a4f.tar.gz kodi-pvr-build-3cb8aa05f8cee9e860cf83531682ff0ed4af6a4f.tar.bz2 kodi-pvr-build-3cb8aa05f8cee9e860cf83531682ff0ed4af6a4f.zip | |
sync with upstreamMatrix
Diffstat (limited to 'xbmc/addons/kodi-dev-kit/include/kodi/c-api/addon-instance/pvr/pvr_stream.h')
| -rw-r--r-- | xbmc/addons/kodi-dev-kit/include/kodi/c-api/addon-instance/pvr/pvr_stream.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/xbmc/addons/kodi-dev-kit/include/kodi/c-api/addon-instance/pvr/pvr_stream.h b/xbmc/addons/kodi-dev-kit/include/kodi/c-api/addon-instance/pvr/pvr_stream.h index 1206c67..aaca30e 100644 --- a/xbmc/addons/kodi-dev-kit/include/kodi/c-api/addon-instance/pvr/pvr_stream.h +++ b/xbmc/addons/kodi-dev-kit/include/kodi/c-api/addon-instance/pvr/pvr_stream.h | |||
| @@ -6,19 +6,12 @@ | |||
| 6 | * See LICENSES/README.md for more information. | 6 | * See LICENSES/README.md for more information. |
| 7 | */ | 7 | */ |
| 8 | 8 | ||
| 9 | #pragma once | ||
| 10 | |||
| 11 | #ifndef C_API_ADDONINSTANCE_PVR_STREAM_H | 9 | #ifndef C_API_ADDONINSTANCE_PVR_STREAM_H |
| 12 | #define C_API_ADDONINSTANCE_PVR_STREAM_H | 10 | #define C_API_ADDONINSTANCE_PVR_STREAM_H |
| 13 | 11 | ||
| 12 | #include "../inputstream/demux_packet.h" | ||
| 14 | #include "pvr_defines.h" | 13 | #include "pvr_defines.h" |
| 15 | 14 | ||
| 16 | #ifdef BUILD_KODI_ADDON | ||
| 17 | #include "../../../DemuxPacket.h" | ||
| 18 | #else | ||
| 19 | #include "cores/VideoPlayer/Interface/Addon/DemuxPacket.h" | ||
| 20 | #endif | ||
| 21 | |||
| 22 | #include <stdint.h> | 15 | #include <stdint.h> |
| 23 | #include <time.h> | 16 | #include <time.h> |
| 24 | 17 | ||
