summarylogtreecommitdiffstats
path: root/fix-xv-crash.patch
diff options
context:
space:
mode:
authorSandor Nagy2016-01-13 15:32:19 +0100
committerSandor Nagy2016-01-13 15:33:39 +0100
commit726b02e5b0b99e130d51af7e4846fceb6c9dcdd4 (patch)
tree02d5260af83f12bbdc9f17e2c88f5f8581abf4fd /fix-xv-crash.patch
downloadaur-726b02e5b0b99e130d51af7e4846fceb6c9dcdd4.tar.gz
Initial import
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 */