mirror of https://git.ffmpeg.org/ffmpeg.git
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
This commit is contained in:
parent
ab0ff2a563
commit
b6acbc3caf
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue