diff options
author | Björn Sandell <biorn@dce.chalmers.se> | 2002-05-12 02:18:52 +0000 |
---|---|---|
committer | Arpi <arpi@thot.banki.hu> | 2002-05-12 02:18:52 +0000 |
commit | b6acbc3caf408ee2e7e2b2b84bd5ab16719ad8bd (patch) | |
tree | 38d1da80afd2808059331e7dea5d54542c5838ca /postproc/swscale.c | |
parent | ab0ff2a563340569b362acf56303259f3da748bd (diff) | |
download | ffmpeg-b6acbc3caf408ee2e7e2b2b84bd5ab16719ad8bd.tar.gz |
various openbsd and general warning fixes - patch by Björn Sandell <biorn@dce.chalmers.se>
Originally committed as revision 6058 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Diffstat (limited to 'postproc/swscale.c')
-rw-r--r-- | postproc/swscale.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/postproc/swscale.c b/postproc/swscale.c index d5a788a284..a602de0076 100644 --- a/postproc/swscale.c +++ b/postproc/swscale.c @@ -55,6 +55,8 @@ untested special converters #include <assert.h> #ifdef HAVE_MALLOC_H #include <malloc.h> +#else +#include <stdlib.h> #endif #include "swscale.h" #include "../cpudetect.h" |