diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-12-19 09:59:18 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-12-19 09:59:18 +0000 |
commit | bbea3555ec1abda69493d9d8ec56560e05619cc8 (patch) | |
tree | b6659efed2ddc34cefcc6f70a9b521baad11c096 /libpostproc | |
parent | 6a1846eb4abcb7839e3ef2a52f8f73ff78b0aac0 (diff) | |
download | ffmpeg-bbea3555ec1abda69493d9d8ec56560e05619cc8.tar.gz |
Remove pointless malloc.h #include.
Originally committed as revision 16238 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libpostproc')
-rw-r--r-- | libpostproc/postprocess.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libpostproc/postprocess.c b/libpostproc/postprocess.c index b2197f12c2..b2f5badaa4 100644 --- a/libpostproc/postprocess.c +++ b/libpostproc/postprocess.c @@ -79,9 +79,6 @@ try to unroll inner for(x=0 ... loop to avoid these damn if(x ... checks #include <stdio.h> #include <stdlib.h> #include <string.h> -#ifdef HAVE_MALLOC_H -#include <malloc.h> -#endif //#undef HAVE_MMX2 //#define HAVE_3DNOW //#undef HAVE_MMX |