libvdpau: remove unused patch

This commit is contained in:
Stephan Raue 2014-10-08 20:48:44 +03:00
parent 70bd675bb9
commit beee14a138

View File

@ -1,12 +0,0 @@
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;
}
}