[MPlayer-cvslog] r22000 - trunk/libvo/aclib.c
reimar
subversion at mplayerhq.hu
Tue Jan 23 16:28:19 CET 2007
Author: reimar
Date: Tue Jan 23 16:28:19 2007
New Revision: 22000
Modified:
trunk/libvo/aclib.c
Log:
Include string.h to make sure memcpy is not used without prototype
Modified: trunk/libvo/aclib.c
==============================================================================
--- trunk/libvo/aclib.c (original)
+++ trunk/libvo/aclib.c Tue Jan 23 16:28:19 2007
@@ -8,6 +8,7 @@
runtime cpu detection by michael niedermayer (michaelni at gmx.at) is under GPL
*/
#include <stddef.h>
+#include <string.h>
#include "cpudetect.h"
#include "fastmemcpy.h"
#undef memcpy
More information about the MPlayer-cvslog
mailing list