xbmc-dharma: update to xbmc-dharma-35615

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-12-11 09:14:26 +01:00
parent 5ddf2d9b8c
commit 9793105269
18 changed files with 1 additions and 15 deletions

View File

@ -1,5 +1,5 @@
PKG_NAME="xbmc-dharma"
PKG_VERSION="35611"
PKG_VERSION="35615"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"

View File

@ -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);