mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-25 16:52:31 +00:00
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
@ -27,6 +27,7 @@
|
|||||||
#define AVUTIL_MEM_H
|
#define AVUTIL_MEM_H
|
||||||
|
|
||||||
#include "attributes.h"
|
#include "attributes.h"
|
||||||
|
#include "avutil.h"
|
||||||
|
|
||||||
#if defined(__ICC) && _ICC < 1200 || defined(__SUNPRO_C)
|
#if defined(__ICC) && _ICC < 1200 || defined(__SUNPRO_C)
|
||||||
#define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v
|
#define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v
|
||||||
|
Loading…
Reference in New Issue
Block a user