diff options
| author | manuel <manuel@mausz.at> | 2018-01-01 13:40:09 +0100 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2018-01-01 13:40:09 +0100 |
| commit | 4830f27a40323fe859dc166337a2b861877b7121 (patch) | |
| tree | 39e9f712a5415ec0026c3914f4bf600b2f679287 /xbmc/addons/kodi-addon-dev-kit/include/kodi/addon-instance/VideoCodec.h | |
| parent | 0afb1d4d51973cf52973617c92236d851a039d31 (diff) | |
| download | kodi-pvr-build-4830f27a40323fe859dc166337a2b861877b7121.tar.gz kodi-pvr-build-4830f27a40323fe859dc166337a2b861877b7121.tar.bz2 kodi-pvr-build-4830f27a40323fe859dc166337a2b861877b7121.zip | |
sync with upstream
Diffstat (limited to 'xbmc/addons/kodi-addon-dev-kit/include/kodi/addon-instance/VideoCodec.h')
| -rw-r--r-- | xbmc/addons/kodi-addon-dev-kit/include/kodi/addon-instance/VideoCodec.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xbmc/addons/kodi-addon-dev-kit/include/kodi/addon-instance/VideoCodec.h b/xbmc/addons/kodi-addon-dev-kit/include/kodi/addon-instance/VideoCodec.h index 02d39c6..eb4351e 100644 --- a/xbmc/addons/kodi-addon-dev-kit/include/kodi/addon-instance/VideoCodec.h +++ b/xbmc/addons/kodi-addon-dev-kit/include/kodi/addon-instance/VideoCodec.h | |||
| @@ -25,9 +25,9 @@ | |||
| 25 | #include "../StreamCodec.h" | 25 | #include "../StreamCodec.h" |
| 26 | 26 | ||
| 27 | #ifdef BUILD_KODI_ADDON | 27 | #ifdef BUILD_KODI_ADDON |
| 28 | #include "../DVDDemuxPacket.h" | 28 | #include "../DemuxPacket.h" |
| 29 | #else | 29 | #else |
| 30 | #include "cores/VideoPlayer/DVDDemuxers/DVDDemuxPacket.h" | 30 | #include "cores/VideoPlayer/Interface/Addon/DemuxPacket.h" |
| 31 | #endif | 31 | #endif |
| 32 | 32 | ||
| 33 | namespace kodi { namespace addon { class CInstanceVideoCodec; } } | 33 | namespace kodi { namespace addon { class CInstanceVideoCodec; } } |
