mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-06 07:20:54 +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
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
|
#include "mem.h"
|
||||||
#include "timer.h"
|
#include "timer.h"
|
||||||
|
|
||||||
#ifndef attribute_align_arg
|
#ifndef attribute_align_arg
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue