Mercurial > libavcodec.hg
comparison libpostproc/postprocess_template.c @ 133:e0bf2e9ce24c libavcodec
a few warning fixes (missing #include's)
| author | pl |
|---|---|
| date | Thu, 25 Oct 2001 23:34:14 +0000 |
| parents | c4caf29acc1a |
| children | 2c469e390117 |
comparison
equal
deleted
inserted
replaced
| 132:c4caf29acc1a | 133:e0bf2e9ce24c |
|---|---|
| 72 #include <inttypes.h> | 72 #include <inttypes.h> |
| 73 #include <stdio.h> | 73 #include <stdio.h> |
| 74 #include <stdlib.h> | 74 #include <stdlib.h> |
| 75 #include <string.h> | 75 #include <string.h> |
| 76 #include "../config.h" | 76 #include "../config.h" |
| 77 #ifdef HAVE_MALLOC_H | |
| 78 #include <malloc.h> | |
| 79 #endif | |
| 77 //#undef HAVE_MMX2 | 80 //#undef HAVE_MMX2 |
| 78 //#define HAVE_3DNOW | 81 //#define HAVE_3DNOW |
| 79 //#undef HAVE_MMX | 82 //#undef HAVE_MMX |
| 80 #include "postprocess.h" | 83 #include "postprocess.h" |
| 81 | 84 |
