[RPi/RPi2] fix kodi-rpb patch

This commit is contained in:
Sascha Kuehndel (InuSasha) 2015-04-26 20:20:27 +02:00
parent 9beeeebd4a
commit 1d0311611f
2 changed files with 20 additions and 0 deletions

View File

@ -1059,6 +1059,16 @@ diff --git a/xbmc/cores/dvdplayer/DVDPlayerVideo.cpp b/xbmc/cores/dvdplayer/DVDP
index 69dc501..5832c58 100644
--- a/xbmc/cores/dvdplayer/DVDPlayerVideo.cpp
+++ b/xbmc/cores/dvdplayer/DVDPlayerVideo.cpp
@@ -81,6 +81,9 @@
#endif
#include "DVDPlayerAudio.h"
+#include "cores/dvdplayer/DVDMessage.h"
+#include "cores/dvdplayer/DVDDemuxers/DVDDemuxUtils.h"
+
using namespace std;
using namespace PVR;
@@ -323,7 +323,8 @@ void CDVDPlayerVideo::Process()
while (!m_bStop)

View File

@ -1059,6 +1059,16 @@ diff --git a/xbmc/cores/dvdplayer/DVDPlayerVideo.cpp b/xbmc/cores/dvdplayer/DVDP
index 69dc501..5832c58 100644
--- a/xbmc/cores/dvdplayer/DVDPlayerVideo.cpp
+++ b/xbmc/cores/dvdplayer/DVDPlayerVideo.cpp
@@ -81,6 +81,9 @@
#endif
#include "DVDPlayerAudio.h"
+#include "cores/dvdplayer/DVDMessage.h"
+#include "cores/dvdplayer/DVDDemuxers/DVDDemuxUtils.h"
+
using namespace std;
using namespace PVR;
@@ -323,7 +323,8 @@ void CDVDPlayerVideo::Process()
while (!m_bStop)