Mercurial > libavcodec.hg
comparison libpostproc/postprocess.c @ 150:668dda5ef46d libavcodec
added missing #include <malloc.h>
#include "config.h" moved as 1st #include since it defines HAVE_foo_h for
later conditional inclusions
| author | pl |
|---|---|
| date | Fri, 09 Nov 2001 02:17:02 +0000 |
| parents | 3fc494e92f0d |
| children | 561ec01a1a78 |
comparison
equal
deleted
inserted
replaced
| 149:3fc494e92f0d | 150:668dda5ef46d |
|---|---|
| 68 Notes: | 68 Notes: |
| 69 */ | 69 */ |
| 70 | 70 |
| 71 //Changelog: use the CVS log | 71 //Changelog: use the CVS log |
| 72 | 72 |
| 73 #include "../config.h" | |
| 73 #include <inttypes.h> | 74 #include <inttypes.h> |
| 74 #include <stdio.h> | 75 #include <stdio.h> |
| 75 #include <stdlib.h> | 76 #include <stdlib.h> |
| 76 #include <string.h> | 77 #include <string.h> |
| 77 #include "../config.h" | |
| 78 #ifdef HAVE_MALLOC_H | 78 #ifdef HAVE_MALLOC_H |
| 79 #include <malloc.h> | 79 #include <malloc.h> |
| 80 #endif | 80 #endif |
| 81 //#undef HAVE_MMX2 | 81 //#undef HAVE_MMX2 |
| 82 //#define HAVE_3DNOW | 82 //#define HAVE_3DNOW |
