[FFmpeg-devel] [PATCH]Fix cpuid.c for icc 11.0

Carl Eugen Hoyos cehoyos
Sun Nov 23 19:30:14 CET 2008


Ok to apply?

Carl Eugen
-------------- next part --------------
Index: libavcodec/i386/cpuid.c
===================================================================
--- libavcodec/i386/cpuid.c	(Revision 15910)
+++ libavcodec/i386/cpuid.c	(Arbeitskopie)
@@ -47,6 +47,7 @@
     __asm__ volatile (
         /* See if CPUID instruction is supported ... */
         /* ... Get copies of EFLAGS into eax and ecx */
+        ".byte\n\t"
         "pushf\n\t"
         "pop %0\n\t"
         "mov %0, %1\n\t"



More information about the ffmpeg-devel mailing list