[Mplayer-cvslog] CVS: main/libmpcodecs/native nuppelvideo.c,1.5,1.6
    Arpi of Ize 
    arpi at mplayer.dev.hu
       
    Sat Apr 13 20:06:00 CEST 2002
    
    
  
Update of /cvsroot/mplayer/main/libmpcodecs/native
In directory mplayer:/var/tmp.root/cvs-serv13437
Modified Files:
	nuppelvideo.c 
Log Message:
fastmemcpy path fixed
Index: nuppelvideo.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/native/nuppelvideo.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- nuppelvideo.c	15 Mar 2002 21:23:49 -0000	1.5
+++ nuppelvideo.c	13 Apr 2002 18:05:57 -0000	1.6
@@ -13,7 +13,7 @@
 #include "config.h"
 #include "mp_msg.h"
 
-#include "fastmemcpy.h"
+#include "../../libvo/fastmemcpy.h"
 
 #include "libmpdemux/nuppelvideo.h" 
 #include "RTjpegN.h"
    
    
More information about the MPlayer-cvslog
mailing list