mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +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:
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
Block a user