Steve Langasek ([EMAIL PROTECTED]):

> The question is, what prevents the inline assembly in question from
> being executed on 486 or non-MMX 586 systems?  I didn't see any arch
> checks in the code that would prevent this, but maybe I missed
> something.

  Each deinterlacer method has a parameter that announces what
CPU features it requires (MM_ACCEL_X86_MMXEXT) which are filtered
in deinterlace.c:filter_deinterlace_methods(int accel, int fields),
which is called during startup.

  tvtime has been reported to work on old P2 systems, and also on PPC
systems.

  -Billy



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to