[FFmpeg-devel] [PATCH] Remove global mm_flags variable

Ivan Kalvachev ikalvachev
Tue Aug 24 21:39:30 CEST 2010


On 8/24/10, Mans Rullgard <mans at mansr.com> wrote:
> -
> -#define emms_c() \
> -{\
> -    if (mm_flags & FF_MM_MMX)\
> -        emms();\
> -}
> +#define emms_c() emms()

Michael, are you really OK with that change?
The result would be illegal instruction on all pre-MMX CPUs.



More information about the ffmpeg-devel mailing list