CVS: 0_90/Gui/mplayer mw.c,1.108,1.109 pb.c,1.5,1.6
Update of /cvsroot/mplayer/0_90/Gui/mplayer In directory mail:/var/tmp.root/cvs-serv15815 Modified Files: mw.c pb.c Log Message: backport: minor optim :) Index: mw.c =================================================================== RCS file: /cvsroot/mplayer/0_90/Gui/mplayer/mw.c,v retrieving revision 1.108 retrieving revision 1.109 diff -u -r1.108 -r1.109 --- mw.c 1 Feb 2003 16:42:00 -0000 1.108 +++ mw.c 8 Apr 2003 16:50:26 -0000 1.109 @@ -15,6 +15,7 @@ #include "../../config.h" #include "../../help_mp.h" #include "../../libvo/x11_common.h" +#include "../../libvo/fastmemcpy.h" #include "../../libmpdemux/stream.h" #include "../../mixer.h" Index: pb.c =================================================================== RCS file: /cvsroot/mplayer/0_90/Gui/mplayer/pb.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- pb.c 22 Mar 2003 16:27:53 -0000 1.5 +++ pb.c 8 Apr 2003 16:50:26 -0000 1.6 @@ -15,6 +15,7 @@ #include "../../config.h" #include "../../help_mp.h" #include "../../libvo/x11_common.h" +#include "../../libvo/fastmemcpy.h" #include "../../libmpdemux/stream.h" #include "../../mixer.h"
participants (1)
-
Alex Beregszaszi