[Mplayer-cvslog] CVS: main/mp3lib sr1.c,1.13,1.14
Felix Buenemann
atmosfear at users.sourceforge.net
Wed Nov 21 17:57:45 CET 2001
On Wednesday, 21. November 2001 17:12, you wrote:
> Update of /cvsroot/mplayer/main/mp3lib
> In directory mplayer:/var/tmp.root/cvs-serv3264
>
> Modified Files:
> sr1.c
> Log Message:
> hotfix regarding to Markus Ingalsuo's mp3lib-sse bug
IMHO should be reversed!
If you don't have HAVE_SSE in config.h sse is not used with mp3lib although
it uses runtime detection!
See this:
_isse=isse();
#ifndef HAVE_SSE
_isse = 0;
#endif
#ifndef HAVE_SSE2
_isse &= 1;
#endif
Arpi: please reverse!
Problem he had was IMHO caused by bug in new ./configure v2 which didn't
disable sse if not properly supported by kernel (I fixed that today).
--
Best Regards,
Atmos
____________________________________________
- MPlayer Developer - http://mplayerhq.hu/ -
____________________________________________
More information about the MPlayer-cvslog
mailing list