From e92e65dcd50a7a50bd872acb0b2bed8ddc36adb5 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 30 Jun 2012 22:25:39 +0200 Subject: [PATCH] xbmc: add patch to force disabling broken interop support Signed-off-by: Stephan Raue --- .../patches/xbmc-11.0.1-902.11-disable_interop.patch | 12 ++++++++++++ .../xbmc-pvr-11.0.1-902.11-disable_interop.patch | 12 ++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 packages/mediacenter/xbmc/patches/xbmc-11.0.1-902.11-disable_interop.patch create mode 100644 packages/mediacenter/xbmc/patches/xbmc-pvr-11.0.1-902.11-disable_interop.patch diff --git a/packages/mediacenter/xbmc/patches/xbmc-11.0.1-902.11-disable_interop.patch b/packages/mediacenter/xbmc/patches/xbmc-11.0.1-902.11-disable_interop.patch new file mode 100644 index 0000000000..18b28b23f7 --- /dev/null +++ b/packages/mediacenter/xbmc/patches/xbmc-11.0.1-902.11-disable_interop.patch @@ -0,0 +1,12 @@ +diff -Naur xbmc-11.0.1/xbmc/settings/GUIWindowSettingsCategory.cpp xbmc-11.0.1.patch/xbmc/settings/GUIWindowSettingsCategory.cpp +--- xbmc-11.0.1/xbmc/settings/GUIWindowSettingsCategory.cpp 2012-06-30 19:13:51.558262433 +0200 ++++ xbmc-11.0.1.patch/xbmc/settings/GUIWindowSettingsCategory.cpp 2012-06-30 19:59:14.545818328 +0200 +@@ -553,7 +553,7 @@ + { + bool hasInterop = false; + #ifdef GL_NV_vdpau_interop +- hasInterop = true; ++ hasInterop = false; + #endif + CGUIControl *pControl = (CGUIControl *)GetControl(pSettingControl->GetID()); + if (pControl && hasInterop && glewIsSupported("GL_NV_vdpau_interop")) diff --git a/packages/mediacenter/xbmc/patches/xbmc-pvr-11.0.1-902.11-disable_interop.patch b/packages/mediacenter/xbmc/patches/xbmc-pvr-11.0.1-902.11-disable_interop.patch new file mode 100644 index 0000000000..18b28b23f7 --- /dev/null +++ b/packages/mediacenter/xbmc/patches/xbmc-pvr-11.0.1-902.11-disable_interop.patch @@ -0,0 +1,12 @@ +diff -Naur xbmc-11.0.1/xbmc/settings/GUIWindowSettingsCategory.cpp xbmc-11.0.1.patch/xbmc/settings/GUIWindowSettingsCategory.cpp +--- xbmc-11.0.1/xbmc/settings/GUIWindowSettingsCategory.cpp 2012-06-30 19:13:51.558262433 +0200 ++++ xbmc-11.0.1.patch/xbmc/settings/GUIWindowSettingsCategory.cpp 2012-06-30 19:59:14.545818328 +0200 +@@ -553,7 +553,7 @@ + { + bool hasInterop = false; + #ifdef GL_NV_vdpau_interop +- hasInterop = true; ++ hasInterop = false; + #endif + CGUIControl *pControl = (CGUIControl *)GetControl(pSettingControl->GetID()); + if (pControl && hasInterop && glewIsSupported("GL_NV_vdpau_interop"))