mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
xbmc-dharma: update to xbmc-dharma-35615
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
5ddf2d9b8c
commit
9793105269
@ -1,5 +1,5 @@
|
||||
PKG_NAME="xbmc-dharma"
|
||||
PKG_VERSION="35611"
|
||||
PKG_VERSION="35615"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
|
@ -1,14 +0,0 @@
|
||||
diff -Naur xbmc-dharma-35611/xbmc/cores/dvdplayer/DVDCodecs/Video/VDPAU.cpp xbmc-dharma-35611.patch/xbmc/cores/dvdplayer/DVDCodecs/Video/VDPAU.cpp
|
||||
--- xbmc-dharma-35611/xbmc/cores/dvdplayer/DVDCodecs/Video/VDPAU.cpp 2010-12-10 14:45:40.000000000 +0100
|
||||
+++ xbmc-dharma-35611.patch/xbmc/cores/dvdplayer/DVDCodecs/Video/VDPAU.cpp 2010-12-10 16:15:52.642486771 +0100
|
||||
@@ -662,7 +662,9 @@
|
||||
if (dl_vdp_device_create_x11)
|
||||
{
|
||||
CSingleLock lock(g_graphicsContext);
|
||||
- m_Display = g_Windowing.GetDisplay();
|
||||
+ //m_Display = g_Windowing.GetDisplay();
|
||||
+ m_Display = XOpenDisplay(NULL);
|
||||
+
|
||||
}
|
||||
|
||||
int mScreen = DefaultScreen(m_Display);
|
Loading…
x
Reference in New Issue
Block a user