diff options
Diffstat (limited to 'recipes/libxine/libxine-1.1.0/cpuid.patch')
-rw-r--r-- | recipes/libxine/libxine-1.1.0/cpuid.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/libxine/libxine-1.1.0/cpuid.patch b/recipes/libxine/libxine-1.1.0/cpuid.patch new file mode 100644 index 0000000000..deea9159cb --- /dev/null +++ b/recipes/libxine/libxine-1.1.0/cpuid.patch @@ -0,0 +1,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 */ |