a few warning fixes (missing #include's)
Originally committed as revision 2477 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
This commit is contained in:
parent
e0f8ffae99
commit
dda87e9fbb
@ -74,6 +74,9 @@ Notes:
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "../config.h"
|
#include "../config.h"
|
||||||
|
#ifdef HAVE_MALLOC_H
|
||||||
|
#include <malloc.h>
|
||||||
|
#endif
|
||||||
//#undef HAVE_MMX2
|
//#undef HAVE_MMX2
|
||||||
//#define HAVE_3DNOW
|
//#define HAVE_3DNOW
|
||||||
//#undef HAVE_MMX
|
//#undef HAVE_MMX
|
||||||
|
@ -74,6 +74,9 @@ Notes:
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "../config.h"
|
#include "../config.h"
|
||||||
|
#ifdef HAVE_MALLOC_H
|
||||||
|
#include <malloc.h>
|
||||||
|
#endif
|
||||||
//#undef HAVE_MMX2
|
//#undef HAVE_MMX2
|
||||||
//#define HAVE_3DNOW
|
//#define HAVE_3DNOW
|
||||||
//#undef HAVE_MMX
|
//#undef HAVE_MMX
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
// the parts written by michael are under GNU GPL
|
// the parts written by michael are under GNU GPL
|
||||||
|
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
|
#include <string.h>
|
||||||
#include "../config.h"
|
#include "../config.h"
|
||||||
#include "swscale.h"
|
#include "swscale.h"
|
||||||
|
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
// the parts written by michael are under GNU GPL
|
// the parts written by michael are under GNU GPL
|
||||||
|
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
|
#include <string.h>
|
||||||
#include "../config.h"
|
#include "../config.h"
|
||||||
#include "swscale.h"
|
#include "swscale.h"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user