aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libxine/libxine-1.1.0/cpuid.patch
blob: deea9159cb30076ed9c4b5705ac6f2118cf926e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# Patch managed by http://www.holgerschurig.de/patcher.html
#

--- xine-lib-1.1.0/src/post/goom/mmx.h~cpu-1.0
+++ xine-lib-1.1.0/src/post/goom/mmx.h
@@ -98,6 +98,8 @@
 		/* Get standard CPUID information, and
 		       go to a specific vendor section */
 		"movl $0, %%eax\n\t"
+
+		"pushl %%ebx\n\t"
 		"cpuid\n\t"
 
 		/* Check for Intel */