[Mplayer-users] compile without MMX
    Christoph Lampert 
    lampert at math.chalmers.se
       
    Fri Jul 13 21:02:55 CEST 2001
    
    
  
Hi again,
sorry, last lines about compiling without MMX were bullshit, I was in
the wrong directory again. It still does not compile, and one of the
reasons might be in mp3lib/sr1.c
#ifdef HAVE_3DNOW
  if ( _3dnow )
  {
    synth_func=synth_1to1_MMX;
    dct36_func=dct36_3dnow;
    dct64_MMX_func=dct64_MMX_3dnow;
  }
  else
#endif
This assumes, that every 3Dnow machine has MMX. My (and former Dariusz')
K6-II has 3DNOW and MMX, but MMX is broken. So I want to compile without.
I guess, --disable-MMX should enforce _all_ MMX to be removed, regardless
of 3Dnow.
chl
-- 
Dipl. math. Christoph Lampert (complex analysis, integral formulae)
Email: gruel at gmx.de                |     Email: lampert at math.chalmers.se
_______________________________________________
Mplayer-users mailing list
Mplayer-users at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-users
    
    
More information about the MPlayer-users
mailing list