mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-25 04:30:02 +00: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