1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-08-21 08:45:06 +02:00

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:
Björn Sandell 2002-05-12 02:18:52 +00:00 committed by Arpi
parent ab0ff2a563
commit b6acbc3caf

View File

@ -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"