[Mplayer-users] What to do before version 1.0

Nick Kurshev nickols_k at mail.ru
Tue Jun 12 20:02:39 CEST 2001


Hi, Alex Kanavin!

On 2001-06-11 23:25:53 you wrote:

>What I wanted to say is that this sort of thing:
>
>#ifdef HAVE_3DNOW
>#include "mmx/imdct_3dnow.c"
>#else
>void imdct_do_512(float data[],float delay[])
>{
>        int i, j;
>...
>
>should really be decided at runtime, not at compile time.
>
It's bad idea for opensource software. It's increased size of code and don't give any effects.
Also it requires call via pointer instead of immediate call, so it minor slowdown speed too.

Best regards! Nick (2001-06-12 17:58:59)




_______________________________________________
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