mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Add required header mem.h, av_malloc and friends are used.
Originally committed as revision 16863 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
dbef3f46b9
commit
9d52d54df3
@ -36,6 +36,7 @@
|
||||
#include <assert.h>
|
||||
#include "config.h"
|
||||
#include "common.h"
|
||||
#include "mem.h"
|
||||
#include "timer.h"
|
||||
|
||||
#ifndef attribute_align_arg
|
||||
|
Loading…
Reference in New Issue
Block a user