mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
libvdpau: fix for blue faces in flash video with opera addon
This commit is contained in:
parent
b910f8f2e1
commit
4ef2280701
@ -0,0 +1,12 @@
|
|||||||
|
diff -uNr libvdpau-0.5-orig/src/vdpau_wrapper.c libvdpau-0.5/src/vdpau_wrapper.c
|
||||||
|
--- libvdpau-0.5-orig/src/vdpau_wrapper.c 2012-09-04 19:26:33.000000000 +0200
|
||||||
|
+++ libvdpau-0.5/src/vdpau_wrapper.c 2012-10-14 17:05:52.000000000 +0200
|
||||||
|
@@ -320,7 +320,7 @@
|
||||||
|
}
|
||||||
|
buffer[ret] = '\0';
|
||||||
|
|
||||||
|
- if (strstr(buffer, "libflashplayer") != NULL) {
|
||||||
|
+ if (strstr(buffer, "libflashplayer") != NULL || strstr(buffer, "operapluginwrapper") != NULL) {
|
||||||
|
_running_under_flash = 1;
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user