summarylogtreecommitdiffstats
path: root/fix-xv-crash.patch
diff options
context:
space:
mode:
Diffstat (limited to 'fix-xv-crash.patch')
-rw-r--r--fix-xv-crash.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/fix-xv-crash.patch b/fix-xv-crash.patch
new file mode 100644
index 000000000000..57e6adec567c
--- /dev/null
+++ b/fix-xv-crash.patch
@@ -0,0 +1,11 @@
+--- src/sis_video.c 2008-10-01 09:44:01.000000000 +0200
++++ src/sis_video.c.new 2011-10-17 14:23:07.000000000 +0200
+@@ -1121,7 +1121,7 @@
+ adapt->GetPortAttribute = SISGetPortAttribute;
+ adapt->QueryBestSize = SISQueryBestSize;
+ adapt->PutImage = SISPutImage;
+- adapt->ReputImage = SISReputImage;
++ adapt->ReputImage = NULL;
+ adapt->QueryImageAttributes = SISQueryImageAttributes;
+
+ /* gotta uninit this someplace */