mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
xbmc: add patch to force disabling broken interop support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
005ae5eec3
commit
e92e65dcd5
@ -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"))
|
@ -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"))
|
Loading…
x
Reference in New Issue
Block a user