]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/libxine/libxine-1.1.0/cpuid.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / libxine / libxine-1.1.0 / cpuid.patch
1
2 #
3 # Patch managed by http://www.holgerschurig.de/patcher.html
4 #
5
6 --- xine-lib-1.1.0/src/post/goom/mmx.h~cpu-1.0
7 +++ xine-lib-1.1.0/src/post/goom/mmx.h
8 @@ -98,6 +98,8 @@
9                 /* Get standard CPUID information, and
10                        go to a specific vendor section */
11                 "movl $0, %%eax\n\t"
12 +
13 +               "pushl %%ebx\n\t"
14                 "cpuid\n\t"
15  
16                 /* Check for Intel */