Commit 5b86230b authored by pl's avatar pl

a few warning fixes (missing #include's)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@191 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 68ea5fb1
......@@ -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
......
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