Originally committed as revision 2477 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
#include <stdlib.h>
#include <string.h>
#include "../config.h"
+#ifdef HAVE_MALLOC_H
+#include <malloc.h>
+#endif
//#undef HAVE_MMX2
//#define HAVE_3DNOW
//#undef HAVE_MMX
#include <stdlib.h>
#include <string.h>
#include "../config.h"
+#ifdef HAVE_MALLOC_H
+#include <malloc.h>
+#endif
//#undef HAVE_MMX2
//#define HAVE_3DNOW
//#undef HAVE_MMX
// the parts written by michael are under GNU GPL
#include <inttypes.h>
+#include <string.h>
#include "../config.h"
#include "swscale.h"
// the parts written by michael are under GNU GPL
#include <inttypes.h>
+#include <string.h>
#include "../config.h"
#include "swscale.h"