mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Merge pull request #4110 from InuSasha/fixes/RPiX
[RPi/RPi2] fix kodi-rpb patch
This commit is contained in:
commit
0d0ea53b55
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user