Add missing avutil.h include to libavutil/mem.h
Originally committed as revision 23803 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
cbabccc367
commit
276fc8a4e2
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@
|
|||
#define AVUTIL_MEM_H
|
||||
|
||||
#include "attributes.h"
|
||||
#include "avutil.h"
|
||||
|
||||
#if defined(__ICC) && _ICC < 1200 || defined(__SUNPRO_C)
|
||||
#define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue