Commit d9a4d884 authored by pl's avatar pl

a few warning fixes (missing #include's)


git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@2477 b3059339-0415-0410-9bf9-f77b7e298cf2
parent c6ccb53a
......@@ -74,6 +74,9 @@ Notes:
#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
......
......@@ -74,6 +74,9 @@ Notes:
#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
......
......@@ -6,6 +6,7 @@
// the parts written by michael are under GNU GPL
#include <inttypes.h>
#include <string.h>
#include "../config.h"
#include "swscale.h"
......
......@@ -6,6 +6,7 @@
// the parts written by michael are under GNU GPL
#include <inttypes.h>
#include <string.h>
#include "../config.h"
#include "swscale.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment