[Mplayer-cvslog] CVS: main/libvo aclib.c,1.6,1.7
Michael Niedermayer
michael at mplayer.dev.hu
Wed Apr 10 07:23:26 CEST 2002
Update of /cvsroot/mplayer/main/libvo
In directory mplayer:/var/tmp.root/cvs-serv17989
Modified Files:
aclib.c
Log Message:
memcpy must return destination ptr patch by Adam <adam at cfar.umd.edu>
Index: aclib.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/aclib.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- aclib.c 19 Mar 2002 22:32:45 -0000 1.6
+++ aclib.c 10 Apr 2002 05:23:13 -0000 1.7
@@ -144,6 +144,7 @@
#endif
#endif //!RUNTIME_CPUDETECT
+ return to;
}
inline void * mem2agpcpy(void * to, const void * from, size_t len)
More information about the MPlayer-cvslog
mailing list