Re: Ffmpeg Emerge Problem

Frank Peters <[email protected]> Tue, 10 Mar 2015 20:27:36 -0400
Newsgroups gmane.linux.gentoo.amd64
Message-ID <[email protected]>
On Tue, 10 Mar 2015 17:17:11 -0700
Mark Knecht <[email protected]> wrote:

> 
> I've had no problems, as best I can
> tell, with ffmpeg and these settings.
> 

Well, if the use of the mmxext flag leads to instructions in
the compiled code which the cpu does not have, then CRASH.

But the SSE instruction sets supersede MMX (and mmxext) and so the
mmxext flag is really unnecessary on Core i7 and many newer processors.
(Ffmpeg may have reasons for still using MMX but I don't know.)

Frank Peters